aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorGaspard Culis <79080828+GaspardCulis@users.noreply.github.com>2024-11-03 17:58:19 +0100
committerGitHub <noreply@github.com>2024-11-03 10:58:19 -0600
commit0774888a777a87367987f592314fc66d81c01313 (patch)
treefd27fcfc4d4816de381d8e62d022cd452860ed37 /Cargo.lock
parent6b0fe5bf638079d535e70c3c91e78fe35a5d2a2f (diff)
downloadazalea-drasl-0774888a777a87367987f592314fc66d81c01313.tar.xz
feat(registry): Derive Serialize and Deserialize on registry types (#179)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 085e425d..5515af7d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
+version = 4
[[package]]
name = "addr2line"
@@ -519,6 +519,7 @@ dependencies = [
"azalea-buf",
"azalea-registry-macros",
"once_cell",
+ "serde",
"simdnbt",
]