From 1fb4418f2c9cbd004c64c2f23d2d0352ee12c0e5 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 1 May 2023 18:36:40 -0500 Subject: fix conflicts that happen sometimes with serde --- azalea-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-core') 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] -- cgit v1.2.3