diff options
| author | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
| commit | df8068b79c003e3f831a5b6b0e1b52749ad642a9 (patch) | |
| tree | 023cb0d16731918d9ff2ab8b12e884c6438e517c /azalea-block | |
| parent | 7357455cad123e41cdd1ca8689527afff77f28f8 (diff) | |
| download | azalea-drasl-df8068b79c003e3f831a5b6b0e1b52749ad642a9.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-block')
| -rw-r--r-- | azalea-block/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index 5b037709..4dc15eaf 100644 --- a/azalea-block/Cargo.toml +++ b/azalea-block/Cargo.toml @@ -11,6 +11,6 @@ version = "0.9.1" # 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.9.0" } -azalea-buf = { path = "../azalea-buf", version = "0.9.0" } -azalea-registry = { version = "0.9.0", path = "../azalea-registry" } +azalea-block-macros = { path = "./azalea-block-macros", version = "0.9.1" } +azalea-buf = { path = "../azalea-buf", version = "0.9.1" } +azalea-registry = { version = "0.9.1", path = "../azalea-registry" } |
