Skip to content

Commit 14f1a1b

Browse files
fix(deps): update rust crate rowan to 0.16
1 parent 67fd29b commit 14f1a1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2018"
77

88
[dependencies]
99
drop_bomb = "0.1.5"
10-
rowan = "0.15"
10+
rowan = "0.16"
1111
text-size = "1.1"
1212
itertools = "0.11"
1313
alloy_lexer = { path = "../lexer" }

compiler/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ edition = "2018"
99
alloy_lexer = { path = "../lexer" }
1010
num-derive = "0.3.3"
1111
num-traits = "0.2.14"
12-
rowan = "0.15"
12+
rowan = "0.16"

0 commit comments

Comments
 (0)