Skip to content

Commit

Permalink
fix some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Apr 24, 2024
1 parent e7c5a5e commit a3169d8
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 35 deletions.
139 changes: 108 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion azalea-chat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ version = "0.10.0"

[features]
default = []
simdnbt = ["dep:simdnbt"]
azalea-buf = ["dep:azalea-buf", "simdnbt"]
numbers = ["dep:azalea-registry", "dep:simdnbt"]
simdnbt = ["dep:simdnbt"]

[dependencies]
azalea-buf = { path = "../azalea-buf", features = [
Expand Down
4 changes: 1 addition & 3 deletions azalea-inventory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" }
azalea-buf = { version = "0.10.0", path = "../azalea-buf" }
azalea-inventory-macros = { version = "0.10.0", path = "./azalea-inventory-macros" }
azalea-registry = { version = "0.10.0", path = "../azalea-registry" }
azalea-chat = { version = "0.10.0", path = "../azalea-chat", features = [
"azalea-buf",
] }
azalea-chat = { version = "0.10.0", features = ["azalea-buf"] }
azalea-core = { version = "0.10.0", path = "../azalea-core" }
uuid = "1.8.0"

0 comments on commit a3169d8

Please sign in to comment.