Skip to content

Commit

Permalink
deps: Update indexmap from 1 to 2
Browse files Browse the repository at this point in the history
This is only used when `enhanced-determinism` is enabled.
  • Loading branch information
waywardmonkeys committed Aug 27, 2023
1 parent 7155e57 commit 1d0d783
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/parry2d-f64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ approx = { version = "0.5", default-features = false }
serde = { version = "1.0", optional = true, features = ["derive"] }
rkyv = { version = "0.7.41", optional = true }
num-derive = "0.4"
indexmap = { version = "1", features = [ "serde-1" ], optional = true }
indexmap = { version = "2", features = [ "serde" ], optional = true }
rustc-hash = { version = "1", optional = true }
cust_core = { version = "0.1", optional = true }
spade = { version = "2", optional = true } # Make this optional?
Expand Down
2 changes: 1 addition & 1 deletion crates/parry2d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ approx = { version = "0.5", default-features = false }
serde = { version = "1.0", optional = true, features = ["derive"] }
rkyv = { version = "0.7.41", optional = true }
num-derive = "0.4"
indexmap = { version = "1", features = [ "serde-1" ], optional = true }
indexmap = { version = "2", features = [ "serde" ], optional = true }
rustc-hash = { version = "1", optional = true }
cust_core = { version = "0.1", optional = true }
spade = { version = "2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/parry3d-f64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ approx = { version = "0.5", default-features = false }
serde = { version = "1.0", optional = true, features = ["derive", "rc"]}
rkyv = { version = "0.7.41", optional = true }
num-derive = "0.4"
indexmap = { version = "1", features = [ "serde-1" ], optional = true }
indexmap = { version = "2", features = [ "serde" ], optional = true }
rustc-hash = { version = "1", optional = true }
cust_core = { version = "0.1", optional = true }
spade = { version = "2", optional = true } # Make this optional?
Expand Down
2 changes: 1 addition & 1 deletion crates/parry3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ approx = { version = "0.5", default-features = false }
serde = { version = "1.0", optional = true, features = ["derive", "rc"]}
rkyv = { version = "0.7.41", optional = true }
num-derive = "0.4"
indexmap = { version = "1", features = [ "serde-1" ], optional = true }
indexmap = { version = "2", features = [ "serde" ], optional = true }
rustc-hash = { version = "1", optional = true }
cust_core = { version = "0.1", optional = true }
spade = { version = "2", optional = true } # Make this optional?
Expand Down

0 comments on commit 1d0d783

Please sign in to comment.