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

Commit

Permalink
bump minor versions of core, storage, and partition to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsairobo committed Nov 9, 2020
1 parent 9ed18cb commit 19e6f61
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "building-blocks"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
authors = ["Duncan <[email protected]>"]
description = "Data types, collections, and algorithms for working with maps on 2D and 3D integer lattices. Commonly known as voxel data."
Expand Down Expand Up @@ -29,13 +29,13 @@ members = ["crates/*"]
exclude = ["benches"]

[dependencies]
building_blocks_core = { path = "crates/building_blocks_core", version = "0.2" }
building_blocks_storage = { path = "crates/building_blocks_storage", version = "0.2" }
building_blocks_core = { path = "crates/building_blocks_core", version = "0.2.1" }
building_blocks_storage = { path = "crates/building_blocks_storage", version = "0.2.1" }

# Optional, feature-gated
building_blocks_image = { path = "crates/building_blocks_image", version = "0.2", optional = true }
building_blocks_mesh = { path = "crates/building_blocks_mesh", version = "0.2", optional = true }
building_blocks_partition = { path = "crates/building_blocks_partition", version = "0.2", optional = true }
building_blocks_partition = { path = "crates/building_blocks_partition", version = "0.2.1", optional = true }
building_blocks_procgen = { path = "crates/building_blocks_procgen", version = "0.2", optional = true }
building_blocks_search = { path = "crates/building_blocks_search", version = "0.2", optional = true }
building_blocks_vox = { path = "crates/building_blocks_vox", version = "0.2", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/building_blocks_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "building_blocks_core"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
authors = ["Duncan <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/building_blocks_partition/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "building_blocks_partition"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
authors = ["Duncan Fairbanks <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/building_blocks_storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "building_blocks_storage"
version = "0.2.0"
version = "0.2.1"
edition = "2018"
authors = ["Duncan <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 19e6f61

Please sign in to comment.