Skip to content

Commit a03d8b5

Browse files
committed
fix(deps): fix glslt_cli Cargo.toml
1 parent 04e6da7 commit a03d8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glslt_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ name = "glsltc"
1717
path = "src/main.rs"
1818

1919
[dependencies]
20-
glslt = { version = "0.6.3", features = ["cli"] }
20+
glslt = { version = "0.6.4", features = ["cli"] }
2121

2222
anyhow = "1.0"

0 commit comments

Comments
 (0)