Skip to content

Commit

Permalink
Update lalrpop
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jan 23, 2025
1 parent 497bc24 commit a3ea6bc
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 99 deletions.
126 changes: 29 additions & 97 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ indexmap = { version = "2.2.6", default-features = false }
indoc = "2.0.5"
itertools = { version = "0.14", default-features = false }
keccak = "0.1.5"
lalrpop = "0.22"
lalrpop-util = { version = "0.22", features = ["lexer"] }
log = "0.4.21"
num-bigint = { version = "0.4.5", default-features = false }
Expand Down
3 changes: 1 addition & 2 deletions crates/cairo-lang-sierra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ description = "Sierra representation."
build = "src/build.rs" # LALRPOP preprocessing

[build-dependencies]
lalrpop = "0.20.0"
regex = "1"
lalrpop.workspace = true

[dependencies]
anyhow.workspace = true
Expand Down

0 comments on commit a3ea6bc

Please sign in to comment.