aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt
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-nbt
parent67dc5b367f67909d9679f9898c9c352e09a409fd (diff)
downloadazalea-drasl-1fb4418f2c9cbd004c64c2f23d2d0352ee12c0e5.tar.xz
fix conflicts that happen sometimes with serde
Diffstat (limited to 'azalea-nbt')
-rw-r--r--azalea-nbt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml
index bead5ba3..6958e992 100644
--- a/azalea-nbt/Cargo.toml
+++ b/azalea-nbt/Cargo.toml
@@ -16,7 +16,7 @@ enum-as-inner = "0.5.1"
flate2 = "^1.0.25"
log = "0.4.17"
packed_simd_2 = "0.3.8"
-serde = { version = "1.0.152", features = ["derive"], optional = true }
+serde = { version = "^1.0", features = ["derive"], optional = true }
[dev-dependencies]
criterion = { version = "^0.4.0", features = ["html_reports"] }