Skip to content

Commit

Permalink
fix(deps): update rust crate glsl-lang 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 6728065 commit 3ba007c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["glsl", "language", "parser", "ast", "cli"]
categories = ["command-line-interface", "parser-implementations", "rendering"]

[dependencies]
glsl-lang = { version = "0.5.0", features = ["lexer-v2-full"] }
glsl-lang = { version = "0.5.1", features = ["lexer-v2-full"] }
lang-util = "0.5.0"
argh = "0.1"

Expand Down
2 changes: 1 addition & 1 deletion lang-quote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ proc-macro = true
path = "src/lib.rs"

[dependencies]
glsl-lang = { version = "0.5.0", default-features = false, features = ["lexer-v2-full"] }
glsl-lang = { version = "0.5.1", default-features = false, features = ["lexer-v2-full"] }

proc-macro2 = "1"
quote = "1"
Expand Down

0 comments on commit 3ba007c

Please sign in to comment.