aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-05-16 23:52:11 -0500
committermat <git@matdoes.dev>2023-05-16 23:52:11 -0500
commit667b15be6f7ee2941cffab42ace3b6199095ffb1 (patch)
tree4b693f0ef24214011c51fc202f6cb46ef04e28ea
parent3f8177a3022145ada55e8bc15c6f409de59d0bd4 (diff)
downloadazalea-drasl-667b15be6f7ee2941cffab42ace3b6199095ffb1.tar.xz
set version of azalea-inventory to 0.6
-rw-r--r--azalea-inventory/Cargo.toml2
-rw-r--r--azalea-inventory/azalea-inventory-macros/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml
index 80dcd95b..fe6676f6 100644
--- a/azalea-inventory/Cargo.toml
+++ b/azalea-inventory/Cargo.toml
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "azalea-inventory"
-version = "0.1.0"
+version = "0.6.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml
index 9ac1cd68..2aac8be5 100644
--- a/azalea-inventory/azalea-inventory-macros/Cargo.toml
+++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "azalea-inventory-macros"
-version = "0.1.0"
+version = "0.6.0"
edition = "2021"
[lib]