aboutsummaryrefslogtreecommitdiff
path: root/azalea-core
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-05-01 18:36:40 -0500
committermat <git@matdoes.dev>2023-05-01 18:36:40 -0500
commit1fb4418f2c9cbd004c64c2f23d2d0352ee12c0e5 (patch)
tree63ce6ed0e9115f06f98184f575a44243d5d6b506 /azalea-core
parent67dc5b367f67909d9679f9898c9c352e09a409fd (diff)
downloadazalea-drasl-1fb4418f2c9cbd004c64c2f23d2d0352ee12c0e5.tar.xz
fix conflicts that happen sometimes with serde
Diffstat (limited to 'azalea-core')
-rw-r--r--azalea-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index 0193a3b0..6f49774c 100644
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -12,7 +12,7 @@ version = "0.6.0"
azalea-buf = { path = "../azalea-buf", version = "^0.6.0" }
azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0" }
bevy_ecs = { version = "0.10.0", default-features = false, optional = true }
-serde = {version = "^1.0.152", optional = true}
+serde = { version = "^1.0", optional = true }
uuid = "^1.1.2"
[features]