Skip to content

Commit

Permalink
chore: manually bump dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alixinne committed Aug 19, 2024
1 parent 760111b commit 7d49f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lang-pp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ itertools = { version = "0.13", optional = true }
once_cell = { version = "1.17.1", optional = true }

[dev-dependencies]
lang-util-dev = "=0.5.3"
lang-util-dev = "=0.6.0-beta.1"

expect-test = "1.3"
encoding_rs = "0.8"
Expand Down
4 changes: 2 additions & 2 deletions lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ rserde = { version = "1.0", optional = true, features = ["derive"], package = "s
lalrpop = "0.20.0"

[dev-dependencies]
lang-util-dev = "=0.5.3"
glsl-lang-pp = "=0.5.3"
lang-util-dev = "=0.6.0-beta.1"
glsl-lang-pp = "=0.6.0-beta.1"

criterion = "0.5"
expect-test = "1.3"
Expand Down

0 comments on commit 7d49f4c

Please sign in to comment.