Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
bump some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsairobo committed Jun 14, 2021
1 parent ba2844e commit 61af6a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/building_blocks_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ serde = { version = "1.0", features = ["derive"] }
# Optional, feature-gated.
glam = { version = "0.13.0", optional = true }
mint = { version = "0.5.0", optional = true }
nalgebra = { version = "0.26", optional = true }
nalgebra = { version = "0.27", optional = true }
sdfu = { version = "0.3", optional = true }
6 changes: 3 additions & 3 deletions crates/building_blocks_search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ ncollide = ["nalgebra", "ncollide3d", "building_blocks_core/nalgebra"]

[dependencies]
indexmap = "1.5"
itertools = "0.9"
itertools = "0.10"
pathfinding = "2.1"

# Optional, feature-gated
nalgebra = { version = "0.26", optional = true }
ncollide3d = { version = "0.29", optional = true }
nalgebra = { version = "0.27", optional = true }
ncollide3d = { version = "0.30", optional = true }

building_blocks_core = { path = "../building_blocks_core", version = "0.7.0", default-features = false }
building_blocks_storage = { path = "../building_blocks_storage", version = "0.7.0", default-features = false }
Expand Down

0 comments on commit 61af6a7

Please sign in to comment.