diff --git a/Cargo.toml b/Cargo.toml index 40e9261..67d8493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,11 @@ [package] name = "jsondb" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["xenofem "] license = "MIT" [dependencies] -async-trait = "0.1" serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "1"