Skip to content

Commit 306c4eb

Browse files
Update Rust crate ron to 0.12 (#8539)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c73cad commit 306c4eb

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

Cargo.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ rayon = "1.3"
175175
regex-lite = "0.1"
176176
renderdoc-sys = "1"
177177
rspirv = "0.12"
178-
ron = "0.11"
178+
ron = "0.12"
179179
# NOTE: rustc-hash v2 is a completely different hasher with different performance characteristics
180180
# see discussion here (including with some other alternatives): https://github.com/gfx-rs/wgpu/issues/6999
181181
# (using default-features = false to support no-std build, avoiding any extra features that may require std::collections)

0 commit comments

Comments
 (0)