Skip to content

Commit

Permalink
Loosen version req on rowan
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Feb 15, 2024
1 parent 1e9cf6e commit e386f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/oq3_semantics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ doctest = false
oq3_source_file.workspace = true
oq3_syntax.workspace = true
hashbrown = { version = "0.12.3" }
rowan = "=0.15.11"
rowan = "0.15.11"
boolenum = "0.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/oq3_syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ either = "1.7.0"
indexmap = "2.0.0"
itertools = "0.10.5"
once_cell = "1.17.0"
rowan = "=0.15.11"
rowan = "0.15.11"
rustc-hash = "1.1.0"
smol_str = "0.2.0"
stdx = { version = "0.0.188", package = "ra_ap_stdx"}
Expand Down

0 comments on commit e386f78

Please sign in to comment.