diff options
| author | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:25 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:25 +0000 |
| commit | 9ef09d75de5be8c89a8521ef50a37fd3e4674c6a (patch) | |
| tree | 545fe1016c65b5252eda85850f36decfc1ea326f /azalea-chat | |
| parent | 5d1b8e033914a4c128cc9dc2583504b7a28c0f6b (diff) | |
| download | azalea-drasl-9ef09d75de5be8c89a8521ef50a37fd3e4674c6a.tar.xz | |
(cargo-release) version 0.5.0
Diffstat (limited to 'azalea-chat')
| -rwxr-xr-x | azalea-chat/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 2649e7af..f842d783 100755 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -12,7 +12,7 @@ version = "0.4.0" azalea-buf = { path = "../azalea-buf", features = [ "serde_json", ], version = "^0.5.0" } -azalea-language = { path = "../azalea-language", version = "^0.4.0" } +azalea-language = { path = "../azalea-language", version = "^0.5.0" } log = "0.4.17" once_cell = "1.16.0" serde = { version = "^1.0.148", features = ["derive"] } |
