aboutsummaryrefslogtreecommitdiff
path: root/azalea-nbt
diff options
context:
space:
mode:
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 803d9dd2..f10cc6e1 100644
--- a/azalea-nbt/Cargo.toml
+++ b/azalea-nbt/Cargo.toml
@@ -9,7 +9,7 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-nbt"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-azalea-buf = { path = "../azalea-buf", version = "^0.8.0" }
+azalea-buf = { path = "../azalea-buf", version = "0.8.0" }
byteorder = "^1.4.3"
compact_str = { version = "0.7.1", features = ["serde"] }
enum-as-inner = "0.6.0"