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-buf | |
| parent | f26aa56f427d8a0e88ad3b0d8f11438a01090f37 (diff) | |
| download | azalea-drasl-7357455cad123e41cdd1ca8689527afff77f28f8.tar.xz | |
Revert "Release 0.10.0"
This reverts commit f26aa56f427d8a0e88ad3b0d8f11438a01090f37.
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/Cargo.toml | 4 | ||||
| -rw-r--r-- | azalea-buf/azalea-buf-macros/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 0d50692d..a477c84b 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-buf" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.10.0" } +azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.0" } byteorder = "^1.5.0" tracing = "0.1.40" serde_json = { version = "^1.0", optional = true } diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 61dd76ee..57f7fc6a 100644 --- a/azalea-buf/azalea-buf-macros/Cargo.toml +++ b/azalea-buf/azalea-buf-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-buf-macros" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf" -version = "0.10.0" +version = "0.9.1" [lib] proc-macro = true |
