diff options
| author | mat <git@matdoes.dev> | 2024-04-24 04:11:53 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 04:11:53 +0000 |
| commit | 7357455cad123e41cdd1ca8689527afff77f28f8 (patch) | |
| tree | ad5c7868d051e75fe05703b004826c03a55d35d0 /azalea-block | |
| parent | f26aa56f427d8a0e88ad3b0d8f11438a01090f37 (diff) | |
| download | azalea-drasl-7357455cad123e41cdd1ca8689527afff77f28f8.tar.xz | |
Revert "Release 0.10.0"
This reverts commit f26aa56f427d8a0e88ad3b0d8f11438a01090f37.
Diffstat (limited to 'azalea-block')
| -rw-r--r-- | azalea-block/Cargo.toml | 8 | ||||
| -rw-r--r-- | azalea-block/azalea-block-macros/Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index 0c5ec681..5b037709 100644 --- a/azalea-block/Cargo.toml +++ b/azalea-block/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-block" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block" -version = "0.10.0" +version = "0.9.1" [lib] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block-macros = { path = "./azalea-block-macros", version = "0.10.0" } -azalea-buf = { path = "../azalea-buf", version = "0.10.0" } -azalea-registry = { version = "0.10.0", path = "../azalea-registry" } +azalea-block-macros = { path = "./azalea-block-macros", version = "0.9.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.0" } +azalea-registry = { version = "0.9.0", path = "../azalea-registry" } diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml index 74720ef3..b6c75425 100644 --- a/azalea-block/azalea-block-macros/Cargo.toml +++ b/azalea-block/azalea-block-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-block-macros" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block/azalea-block-macros" -version = "0.10.0" +version = "0.9.1" [lib] proc-macro = true |
