Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alixinne committed Feb 7, 2022
1 parent 737031a commit 9e3dfb4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 31 deletions.
67 changes: 39 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions glslt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ glsl-lang-pp = { version = "0.2.0", optional = true }
lang-util = "0.2.0"

thiserror = "1.0"
sha-1 = "0.9"
sha-1 = "0.10"
petgraph = "0.6"
bimap = "0.6"
log = "0.4"
indexmap = "1.7"
indexmap = "1.8"

[dependencies.pyo3]
version = "0.15"
Expand All @@ -47,7 +47,7 @@ cli = ["structopt", "env_logger", "glsl-lang-pp", "glsl-lang/lexer-v2-full"]

[dev-dependencies]
env_logger = "0.9"
pretty_assertions = "1.0"
pretty_assertions = "1.1"

[package.metadata.maturin.scripts]
glsltc = "glslt:main"

0 comments on commit 9e3dfb4

Please sign in to comment.