Skip to content

Commit

Permalink
bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed May 14, 2018
1 parent 1286859 commit ba1d6e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "nom"
version = "4.0.0-beta3"
version = "4.0.0"
authors = [ "[email protected]" ]
description = "A byte-oriented, zero-copy, parser combinators library"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ nom is available on [crates.io](https://crates.io/crates/nom) and can be include

```toml
[dependencies]
nom = "^3.2"
nom = "^4.0"
```

Then include it in your code like this:
Expand All @@ -208,7 +208,7 @@ You can activate those features like this:

```toml
[dependencies.nom]
version = "^3.2"
version = "^4.0"
features = ["regexp"]
```

Expand Down

0 comments on commit ba1d6e0

Please sign in to comment.