aboutsummaryrefslogtreecommitdiff
path: root/azalea-language
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2023-07-09 19:11:29 -0500
committerGitHub <noreply@github.com>2023-07-09 19:11:29 -0500
commitd1afd02aa84e7b4450c1607277f078eb2a0f1bf3 (patch)
treeefea9bb7ef7f2064f7c963fd88f394fecec6231b /azalea-language
parentea8a8fccb6eb39c97f6cb69e11db5f7d0886172e (diff)
downloadazalea-drasl-d1afd02aa84e7b4450c1607277f078eb2a0f1bf3.tar.xz
Update to Bevy 0.11 (#94)
* update to bevy 0.11 * clippy --------- Co-authored-by: mat <git@matdoes.dev>
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 ae24aed3..d79b7c42 100644
--- a/azalea-language/Cargo.toml
+++ b/azalea-language/Cargo.toml
@@ -9,7 +9,7 @@ version = "0.7.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-once_cell = "1.16.0"
+once_cell = "1.18.0"
serde = "^1.0"
-serde_json = "^1.0.93"
+serde_json = "^1.0.100"
# tokio = {version = "^1.21.2", features = ["fs"]}