Skip to content

Commit

Permalink
Merge pull request #8 from YoloDev/renovate/rust-nom-6.x
Browse files Browse the repository at this point in the history
Update Rust crate nom to v6
  • Loading branch information
Alxandr authored Jan 11, 2021
2 parents b45b0ae + eb33bef commit c0e896d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ evitable = "0.5"
im = "15"
itertools = "0.10"
lazy_static = "1"
nom = "5"
nom = "6"
salsa = "0.16"
smallvec = "1"
skorm-core = { version = "0.1", path = "../core" }
Expand Down
2 changes: 1 addition & 1 deletion crates/turtle-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
bytes = "1.0"
evitable = "0.5"
lazy_static = "1"
nom = "5"
nom = "6"
rust_decimal = { version = "1", default-features = false }
smallvec = { version="1", features = ["union"] }
string = "0.2"
Expand Down

0 comments on commit c0e896d

Please sign in to comment.