Skip to content

Commit

Permalink
chore(apollo-compiler): udpate parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna committed Jul 27, 2022
1 parent 35988a8 commit e6cee99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/apollo-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ categories = [
edition = "2021"

[dependencies]
apollo-parser = { path = "../apollo-parser", version = "0.2.8" }
apollo-parser = { path = "../apollo-parser", version = "0.2.9" }
salsa = "0.16.1"
uuid = { version = "0.8.2", features = ["serde", "v4"] }
ordered-float = { version = "2.10.0", features = ["std"] }
Expand Down

0 comments on commit e6cee99

Please sign in to comment.