diff options
Diffstat (limited to 'azalea-language')
| -rw-r--r-- | azalea-language/Cargo.toml | 4 |
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"]} |
