aboutsummaryrefslogtreecommitdiff
path: root/bot
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2022-06-25 05:08:22 +0000
committerGitHub <noreply@github.com>2022-06-25 05:08:22 +0000
commitca7067e173129f3044ebc8c77634f06da29a086e (patch)
tree2dcfe72bf09a42f6614f9dc988dc0254162ea0bf /bot
parenta0b3b793f9f631a85f243271531640f07490c4ca (diff)
parent69c47eda4c496b13dadd80976bffd2fab7ea5894 (diff)
downloadazalea-drasl-ca7067e173129f3044ebc8c77634f06da29a086e.tar.xz
Merge branch 'main' into azalea-entity
Diffstat (limited to 'bot')
-rwxr-xr-xbot/Cargo.toml4
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"