Skip to content

Commit

Permalink
chore(deps): update rust crate glsl-lang-pp 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 e300237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lang-lexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rserde = { version = "1.0", optional = true, features = ["derive"], package = "s
logos = { version = "0.12", optional = true }

# v2 lexer dependencies
glsl-lang-pp = { version = "0.5.0", optional = true }
glsl-lang-pp = { version = "0.5.1", optional = true }
lalrpop-util = { version = "0.19.7", default-features = false, optional = true }

[features]
Expand Down
4 changes: 2 additions & 2 deletions lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ once_cell = "1.17.1"
thiserror = "1.0"

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

Expand All @@ -29,7 +29,7 @@ lalrpop = "0.19.9"

[dev-dependencies]
lang-util-dev = "0.5.0"
glsl-lang-pp = "0.5.0"
glsl-lang-pp = "0.5.1"

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

0 comments on commit e300237

Please sign in to comment.