Skip to content

Commit

Permalink
feat: update petgraph to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alixinne committed Feb 10, 2022
1 parent 98eec11 commit 3b48229
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lalrpop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bit-set = { version = "0.5.2", default_features = false }
diff = { version = "0.1.12", default_features = false }
ena = { version = "0.14", default_features = false }
itertools = { version = "0.10", default_features = false, features = ["use_std"] }
petgraph = { version = "0.5", default_features = false }
petgraph = { version = "0.6", default_features = false }
regex = { version = "1", default_features = false, features = ["std"] }
regex-syntax = { version = "0.6", default_features = false }
string_cache = { version = "0.8", default_features = false }
Expand Down

0 comments on commit 3b48229

Please sign in to comment.