From 978b30103754de1b8aa81164e9898a97f359211c Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sat, 22 Oct 2022 11:47:07 +0200 Subject: Fix too high version numbers on rust crates. --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 05e3a7f..dbfee90 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "passfish" -version = "1.0.0" +version = "0.1.0" edition = "2018" [dependencies] -- cgit v1.2.3