diff --git a/Cargo.toml b/Cargo.toml index 2660361..dc6cc7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "serde_json_borrow" categories = ["parsing", "parser-implementations", "encoding"] authors = ["Pascal Seitz "] description = "Provides JSON deserialization into a borrowed DOM" -version = "0.8.1" +version = "0.9.0" edition = "2021" license = "MIT" keywords = ["JSON", "serde", "deserialization", "ref", "borrowed"]