mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-04-25 11:12:14 +00:00
commit
dd57a2b187
725
Cargo.lock
generated
725
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@ build = "build.rs"
|
||||
workspace = ".."
|
||||
|
||||
[dependencies]
|
||||
diff = "0.1.9"
|
||||
diff = "0.1.12"
|
||||
regex = "1"
|
||||
|
||||
[dependencies.lalrpop-util]
|
||||
|
@ -19,22 +19,22 @@ doctest = false
|
||||
ascii-canvas = "2.0"
|
||||
atty = "0.2"
|
||||
bit-set = "0.5"
|
||||
diff = "0.1.9"
|
||||
diff = "0.1.12"
|
||||
docopt = "1"
|
||||
ena = "0.13"
|
||||
itertools = "0.8"
|
||||
ena = "0.14"
|
||||
itertools = "0.9"
|
||||
regex = "1"
|
||||
regex-syntax = "0.6.0"
|
||||
petgraph = "0.4.13"
|
||||
regex-syntax = "0.6"
|
||||
petgraph = "0.5"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
string_cache = "0.7.1"
|
||||
string_cache = "0.8"
|
||||
term = "0.5"
|
||||
unicode-xid = "0.2"
|
||||
sha2 = "0.8.0"
|
||||
sha2 = "0.8"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.6"
|
||||
rand = "0.7"
|
||||
|
||||
[dependencies.lalrpop-util]
|
||||
path = "../lalrpop-util"
|
||||
|
Loading…
x
Reference in New Issue
Block a user