diff options
| author | Andreas Grois <andi@grois.info> | 2022-10-22 11:47:07 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2022-10-22 11:47:07 +0200 |
| commit | 978b30103754de1b8aa81164e9898a97f359211c (patch) | |
| tree | 4b68686f8a7b00f975e90f2e59308a3a3d898509 /rust/Cargo.toml | |
| parent | aa59d619c5c6f7aeae200ba930f29c4d336a0a14 (diff) | |
Fix too high version numbers on rust crates.
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
