diff options
| author | mat <git@matdoes.dev> | 2025-04-12 13:33:07 -1245 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-04-12 13:33:07 -1245 |
| commit | 960b8405363ebbd4fae48255204a0470891ab0e1 (patch) | |
| tree | 53846950efdfde5ce5aa141fcf5f9de34b3d7e93 /azalea-auth | |
| parent | e2945b90a973b6677e78696d97b5461909bedc0b (diff) | |
| download | azalea-drasl-960b8405363ebbd4fae48255204a0470891ab0e1.tar.xz | |
Revert "Release 0.12.0"
This reverts commit e2945b90a973b6677e78696d97b5461909bedc0b.
Diffstat (limited to 'azalea-auth')
| -rw-r--r-- | azalea-auth/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 8418616f..c8760d1f 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -7,8 +7,8 @@ license.workspace = true repository.workspace = true [dependencies] -azalea-buf = { path = "../azalea-buf", version = "0.12.0" } -azalea-crypto = { path = "../azalea-crypto", version = "0.12.0" } +azalea-buf = { path = "../azalea-buf", version = "0.11.0" } +azalea-crypto = { path = "../azalea-crypto", version = "0.11.0" } base64.workspace = true chrono = { workspace = true, features = ["serde"] } md-5.workspace = true |
