Skip to content

Commit

Permalink
Use chumsky 1.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Apr 24, 2024
1 parent ab70b63 commit e4c1967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ build-binary = ["parse", "fastrand", "dep:ariadne"]
[dependencies]
thiserror = "1.0.57"
fastrand = { version = "2.0.1", optional = true }
chumsky = { git = "https://github.com/zesterer/chumsky.git", optional = true, features = [
"label",
] }
chumsky = { version = "1.0.0-alpha.7", optional = true, features = ["label"] }
ariadne = { version = "0.4", optional = true }

[[bin]]
Expand Down

0 comments on commit e4c1967

Please sign in to comment.