diff --git a/Cargo.lock b/Cargo.lock index 62bf182..d168a8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ checksum = "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010" [[package]] name = "jsonm" -version = "0.2.2" +version = "0.2.3" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 73f886c..4e51b59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonm" -version = "0.2.2" +version = "0.2.3" authors = ["Andrew Nester "] repository = "https://github.com/andrewnester/rust-jsonm" homepage = "https://github.com/andrewnester/rust-jsonm"