diff --git a/Cargo.toml b/Cargo.toml index 226d050..89e8937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vbs" -version = "0.1.6" +version = "0.1.7" edition = "2021" rust-version = "1.75.0" authors = ["Espresso Systems "] @@ -14,4 +14,3 @@ anyhow = "1.0" bincode = "1.3" derive_more = "0.99" serde = { version = "1.0", features = ["derive"] } -serde_with = "3.4"