diff --git a/Cargo.toml b/Cargo.toml index ac9124f..f1f01ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dangerous" -version = "0.9.0" +version = "0.10.0" authors = ["avitex "] edition = "2018" description = "Safely and explicitly parse untrusted / dangerous data" diff --git a/README.md b/README.md index 38713b8..ce37fca 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Documentation hosted on [docs.rs](https://docs.rs/dangerous). ```toml -dangerous = "0.9" +dangerous = "0.10" ``` ## Goals