From 020dc434ff14722a709e6e90da6aacf80dab77be Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 5 Dec 2023 11:15:18 -0600 Subject: thanks cargo workspaces --- azalea-chat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-chat') diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 5a079981..9610bd9b 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -17,7 +17,7 @@ simdnbt = ["dep:simdnbt"] [dependencies] azalea-buf = { path = "../azalea-buf", features = [ "serde_json", -], version = "^0.8.0", optional = true } +], version = "0.9.0", optional = true } azalea-language = { path = "../azalea-language", version = "0.9.0" } simdnbt = { version = "0.3", optional = true } tracing = "0.1.40" -- cgit v1.2.3