diff --git a/Cargo.lock b/Cargo.lock index 2beb439..da05f24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2052,7 +2052,7 @@ checksum = "ba467056f1b547ed52077911161fc86985becbc60e8e1857c8a144dab0def891" [[package]] name = "smart-mount" -version = "2.0.2" +version = "2.0.3" dependencies = [ "aes-gcm 0.11.1", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ba144d5..39b1bc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smart-mount" -version = "2.0.2" +version = "2.0.3" edition = "2024" authors = ['DragonSlayer_14'] readme = "README.md"