Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avitex committed Jun 4, 2021
1 parent cfb5f38 commit b52caa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dangerous"
version = "0.9.0"
version = "0.10.0"
authors = ["avitex <[email protected]>"]
edition = "2018"
description = "Safely and explicitly parse untrusted / dangerous data"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Documentation hosted on [docs.rs](https://docs.rs/dangerous).

```toml
dangerous = "0.9"
dangerous = "0.10"
```

## Goals
Expand Down

0 comments on commit b52caa3

Please sign in to comment.