aboutsummaryrefslogtreecommitdiff
path: root/azalea-crypto
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-20 19:22:29 -0600
committermat <git@matdoes.dev>2024-12-20 19:22:29 -0600
commitad30950f85ce5516b3706513684f1b0d98c467db (patch)
tree34c63d2ce1f1465be53616018ec45a48e5d44c84 /azalea-crypto
parent7098375ecfe21574c2b6ffceef06542f7c4114a4 (diff)
downloadazalea-drasl-ad30950f85ce5516b3706513684f1b0d98c467db.tar.xz
Release independent packages
Generated by cargo-workspaces
Diffstat (limited to 'azalea-crypto')
-rw-r--r--azalea-crypto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml
index 2a9180ef..488e2f1d 100644
--- a/azalea-crypto/Cargo.toml
+++ b/azalea-crypto/Cargo.toml
@@ -11,7 +11,7 @@ criterion = { workspace = true }
[dependencies]
aes = { workspace = true }
-azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
+azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
cfb8 = { workspace = true }
num-bigint = { workspace = true }
rand = { workspace = true, features = ["getrandom"] }