diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2022-06-25 05:08:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-25 05:08:22 +0000 |
| commit | ca7067e173129f3044ebc8c77634f06da29a086e (patch) | |
| tree | 2dcfe72bf09a42f6614f9dc988dc0254162ea0bf /bot | |
| parent | a0b3b793f9f631a85f243271531640f07490c4ca (diff) | |
| parent | 69c47eda4c496b13dadd80976bffd2fab7ea5894 (diff) | |
| download | azalea-drasl-ca7067e173129f3044ebc8c77634f06da29a086e.tar.xz | |
Merge branch 'main' into azalea-entity
Diffstat (limited to 'bot')
| -rwxr-xr-x | bot/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/Cargo.toml b/bot/Cargo.toml index f61bf2fa..974d6f61 100755 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -9,5 +9,5 @@ version = "0.1.0" azalea-client = {path = "../azalea-client"} azalea-core = {path = "../azalea-core"} azalea-protocol = {path = "../azalea-protocol"} -tokio = "^1.19.2" -uuid = "^1.1.2" +tokio = "1.19.2" +uuid = "1.1.2" |
