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 /azalea-language | |
| parent | a0b3b793f9f631a85f243271531640f07490c4ca (diff) | |
| parent | 69c47eda4c496b13dadd80976bffd2fab7ea5894 (diff) | |
| download | azalea-drasl-ca7067e173129f3044ebc8c77634f06da29a086e.tar.xz | |
Merge branch 'main' into azalea-entity
Diffstat (limited to 'azalea-language')
| -rw-r--r-- | azalea-language/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml index b3f71295..dea9aa27 100644 --- a/azalea-language/Cargo.toml +++ b/azalea-language/Cargo.toml @@ -9,4 +9,4 @@ version = "0.1.0" lazy_static = "1.4.0" serde = "1.0.137" serde_json = "1.0.81" -# tokio = {version = "^1.19.2", features = ["fs"]} +# tokio = {version = "1.19.2", features = ["fs"]} |
