From 3006390c0058f06c255d9850327163aebcdc3b40 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Mon, 11 Oct 2021 22:35:39 +0200 Subject: [PATCH] Enable unstable features. diff --git a/src/main.rs b/src/main.rs index d9e964b..820e22e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,6 @@ +#![feature(bool_to_option)] +#![feature(clamp)] + #[macro_use] mod de; #[macro_use] -- 2.33.0 ng' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/ed25519.sec
AgeCommit message (Expand)Author
2020-05-04Add (guix openpgp)....* guix/openpgp.scm, tests/openpgp.scm, tests/civodul.key, tests/dsa.key, tests/ed25519.key, tests/rsa.key, tests/ed25519.sec: New files. * Makefile.am (MODULES): Add guix/openpgp.scm. (SCM_TESTS): Add tests/openpgp.scm. (EXTRA_DIST): Add tests/*.key and tests/ed25519.sec. Ludovic Courtès