Skip to content

Commit

Permalink
Revert "serde_json with default-features = false"
Browse files Browse the repository at this point in the history
This reverts commit b3eeca0.
  • Loading branch information
brody4hire committed Jan 30, 2025
1 parent f99389b commit fb6bade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ ron = "0.8"
# see discussion here (including with some other alternatives): https://github.com/gfx-rs/wgpu/issues/6999
# (using default-features = false to support no-std build, avoiding any extra features that may require std::collections)
rustc-hash = { version = "1", default-features = false }
serde_json = { version = "1.0.137", default-features = false }
serde_json = "1.0.137"
serde = { version = "1", default-features = false }
smallvec = "1"
static_assertions = "1.1.0"
Expand Down

0 comments on commit fb6bade

Please sign in to comment.