From 949436dcff1f3e334e7d29d3ea1c8c1f42aecdab Mon Sep 17 00:00:00 2001 From: Maximilian Date: Tue, 24 Jan 2023 12:57:20 -0600 Subject: [PATCH] Switch version to 1.0.1, given the bug/performance fixes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6de0ff1..ab06f90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_pass" -version = "1.0.0" +version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html