diff options
Diffstat (limited to 'azalea-core')
| -rw-r--r-- | azalea-core/Cargo.toml | 2 |
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] |
