Skip to content

Commit 5843a8f

Browse files
renovate[bot]alixinne
authored andcommitted
fix(deps): update glsl-lang to 0.6.0
1 parent b4de419 commit 5843a8f

File tree

2 files changed

+50
-80
lines changed

2 files changed

+50
-80
lines changed

Cargo.lock

+47-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glslt/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ path = "src/lib.rs"
1717
crate-type = ["rlib", "cdylib"]
1818

1919
[dependencies]
20-
glsl-lang = "0.5.2"
21-
glsl-lang-pp = { version = "0.5.2", optional = true }
22-
lang-util = "0.5.2"
20+
glsl-lang = "0.6.0"
21+
glsl-lang-pp = { version = "0.6.0", optional = true }
22+
lang-util = "0.6.0"
2323

2424
thiserror = "1.0"
2525
sha-1 = "0.10"

0 commit comments

Comments
 (0)