Skip to content

Commit

Permalink
fix(deps): update rust crate glsl-lang-lexer to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent 7b81cdb commit 35470c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ thiserror = "1.0"

lang-util = { version = "0.5.0", features = ["lalrpop"] }
glsl-lang-pp = { version = "0.5.0", optional = true }
glsl-lang-lexer = { version = "0.5.0", features = ["lalrpop"] }
glsl-lang-lexer = { version = "0.5.1", features = ["lalrpop"] }
glsl-lang-types = "0.5.0"

rserde = { version = "1.0", optional = true, features = ["derive"], package = "serde" }
Expand Down

0 comments on commit 35470c1

Please sign in to comment.