Skip to content

Commit

Permalink
chore(deps): lock file maintenance rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and torokati44 committed Aug 14, 2023
1 parent ee8da51 commit 93f08d7
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 71 deletions.
124 changes: 62 additions & 62 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ version = "0.1.0"
# gc-arena = { git = "https://github.com/kyren/gc-arena", rev = "ad3e24f89c78d8bb94db18383987290f88e4edcb" }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
naga = { version = "=0.12.3", features = ["validate", "wgsl-out"] }
naga = { version = "0.12.3", features = ["validate", "wgsl-out"] }
naga_oil = "0.8.1"
wgpu = { version = "=0.16.3" }
wgpu = "0.16.3"

# Don't optimize build scripts and macros.
[profile.release.build-override]
Expand Down
Loading

0 comments on commit 93f08d7

Please sign in to comment.