From 1c5e9654464d47db30ddd6aa49fb20e0bfa358c0 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Tue, 28 Dec 2021 12:18:14 +0100 Subject: [PATCH] Reduce version requirement (#50) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ca036d..56a2ec4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "voprf" readme = "README.md" repository = "https://github.com/novifinancial/voprf/" resolver = "2" -rust-version = "1.51.0" +rust-version = "1.51" version = "0.3.0" [features]