Skip to content

Commit

Permalink
naga: Remove feature std for indexmap
Browse files Browse the repository at this point in the history
This was added in gfx-rs/naga#2062

This was needed before version 2, but not in version 2, so it
should be safe to remove now as it is enabled by default.
  • Loading branch information
waywardmonkeys authored and teoxoy committed Jul 24, 2024
1 parent 62333a5 commit ea81a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ termcolor = { version = "1.4.1" }
# https://github.com/brendanzab/codespan/commit/e99c867339a877731437e7ee6a903a3d03b5439e
codespan-reporting = { version = "0.11.0" }
rustc-hash = "1.1.0"
indexmap = { version = "2", features = ["std"] }
indexmap = "2"
log = "0.4"
spirv = { version = "0.3", optional = true }
thiserror = "1.0.63"
Expand Down

0 comments on commit ea81a24

Please sign in to comment.