diff --git a/Cargo.toml b/Cargo.toml index 3a9892d..2e29865 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" name = "jsonptr" repository = "https://github.com/chanced/jsonptr" rust-version = "1.76.0" -version = "0.4.7" +version = "0.5.0" [dependencies] serde = { version = "1.0", optional = true, features = ["alloc"] }