1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

set version of azalea-inventory to 0.6

This commit is contained in:
mat 2023-05-16 23:52:11 -05:00
parent 3f8177a302
commit 667b15be6f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
[package]
name = "azalea-inventory-macros"
version = "0.1.0"
version = "0.6.0"
edition = "2021"
[lib]