Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caelunshun committed May 4, 2020
1 parent 1b185a5 commit b8dc118
Show file tree
Hide file tree
Showing 34 changed files with 66 additions and 80 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feather-codegen"
version = "0.5.0"
version = "0.6.0"
authors = ["caelunshun <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feather-core"
version = "0.1.0"
version = "0.6.0"
authors = ["caelunshun <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 1 addition & 3 deletions core/anvil/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[package]
name = "feather-anvil"
version = "0.1.0"
version = "0.6.0"
authors = ["caelunshun <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
feather-items = { path = "../items" }
feather-blocks = { path = "../blocks" }
Expand Down
4 changes: 1 addition & 3 deletions core/biomes/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[package]
name = "feather-biomes"
version = "0.1.0"
version = "0.6.0"
authors = ["caelunshun <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
strum = "0.18"
strum_macros = "0.18"
Expand Down
2 changes: 1 addition & 1 deletion core/blocks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feather-blocks"
version = "0.5.0"
version = "0.6.0"
authors = ["caelunshun <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 1 addition & 3 deletions core/chunk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[package]
name = "feather-chunk"
version = "0.1.0"
version = "0.6.0"
authors = ["caelunshun <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
feather-blocks = { path = "../blocks" }
feather-biomes = { path = "../biomes" }
Expand Down
2 changes: 1 addition & 1 deletion core/chunk_map/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feather-chunk-map"
version = "0.1.0"
version = "0.6.0"
authors = ["caelunshun <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion core/entity_metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feather-entity-metadata"
version = "0.1.0"
version = "0.6.0"
authors = ["caelunshun <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 1 addition & 3 deletions core/inventory/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[package]
name = "feather-inventory"
version = "0.1.0"
version = "0.6.0"
authors = ["caelunshun <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
feather-items = { path = "../items" }
smallvec = "1.3"
Expand Down
4 changes: 1 addition & 3 deletions core/item_block/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
[package]
name = "feather-item-block"
version = "0.5.0"
version = "0.6.0"
authors = ["caelunshun <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
feather-blocks = { path = "../blocks" }
feather-items = { path = "../items" }
Loading

0 comments on commit b8dc118

Please sign in to comment.