aboutsummaryrefslogtreecommitdiff
path: root/azalea-language
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-11-11 23:10:38 -0600
committermat <github@matdoes.dev>2022-11-11 23:10:38 -0600
commit16d0cb734caee11cf5424b7b0f5d5d8e68483fe1 (patch)
tree07b50d34f11d88add627a37c96b40a2835c1aa46 /azalea-language
parentd2353492294ba896772df398af16427beb84b4e1 (diff)
downloadazalea-drasl-16d0cb734caee11cf5424b7b0f5d5d8e68483fe1.tar.xz
change some dependencies
Diffstat (limited to 'azalea-language')
-rw-r--r--azalea-language/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml
index 4793092a..942fbad0 100644
--- a/azalea-language/Cargo.toml
+++ b/azalea-language/Cargo.toml
@@ -3,8 +3,8 @@ description = "Translate Minecraft strings from their id."
edition = "2021"
license = "MIT"
name = "azalea-language"
-version = "0.3.0"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-language"
+version = "0.3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -12,4 +12,4 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-language"
lazy_static = "1.4.0"
serde = "1.0.137"
serde_json = "1.0.81"
-# tokio = {version = "1.19.2", features = ["fs"]}
+# tokio = {version = "^1.21.2", features = ["fs"]}