Skip to content

Commit

Permalink
thanks cargo workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Dec 5, 2023
1 parent 6567cf9 commit 020dc43
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 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 @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions azalea-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ version = "0.9.0"
async-recursion = "1.0.5"
azalea-auth = { path = "../azalea-auth", version = "0.9.0" }
azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" }
azalea-brigadier = { path = "../azalea-brigadier", version = "^0.8.0", features = [
azalea-brigadier = { path = "../azalea-brigadier", version = "0.9.0", features = [
"azalea-buf",
] }
azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
azalea-chat = { path = "../azalea-chat", version = "0.8.0", features = [
azalea-chat = { path = "../azalea-chat", version = "0.9.0", features = [
"numbers",
] }
azalea-core = { path = "../azalea-core", optional = true, version = "^0.8.0", features = [
azalea-core = { path = "../azalea-core", optional = true, version = "0.9.0", features = [
"serde",
] }
azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" }
Expand Down
2 changes: 1 addition & 1 deletion azalea-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.9.0"
[dependencies]
azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" }
azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
azalea-core = { path = "../azalea-core", version = "^0.8.0", features = [
azalea-core = { path = "../azalea-core", version = "0.9.0", features = [
"bevy_ecs",
] }
azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" }
Expand Down

0 comments on commit 020dc43

Please sign in to comment.