upgrade shipyard (fix compilation on nightly)

rewrite-wgen
griffi-gh 2024-04-23 16:16:33 +02:00
parent 7ead258028
commit 5c39900376
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -1935,7 +1935,7 @@ dependencies = [
[[package]]
name = "shipyard"
version = "0.6.0"
source = "git+https://github.com/leudz/shipyard?rev=9099b990e#9099b990e332229f7e128706615c39dcd144aff3"
source = "git+https://github.com/leudz/shipyard?rev=aacf3b1df5#aacf3b1df540c7d9d384830d7431ba618eee75c9"
dependencies = [
"hashbrown 0.14.3",
"lock_api",
@ -1948,7 +1948,7 @@ dependencies = [
[[package]]
name = "shipyard_proc"
version = "0.3.0"
source = "git+https://github.com/leudz/shipyard?rev=9099b990e#9099b990e332229f7e128706615c39dcd144aff3"
source = "git+https://github.com/leudz/shipyard?rev=aacf3b1df5#aacf3b1df540c7d9d384830d7431ba618eee75c9"
dependencies = [
"proc-macro2",
"quote",

View File

@ -8,7 +8,7 @@ publish = false
kubi-shared = { path = "../kubi-shared" }
kubi-logging = { path = "../kubi-logging" }
log = "0.4"
shipyard = { git = "https://github.com/leudz/shipyard", rev = "9099b990e", default-features = false, features = ["std", "proc", "thread_local"] }
shipyard = { git = "https://github.com/leudz/shipyard", rev = "aacf3b1df5", default-features = false, features = ["std", "proc", "thread_local"] }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
toml = "0.8"
glam = { version = "0.27", features = ["debug-glam-assert", "fast-math"] }

View File

@ -6,7 +6,7 @@ publish = false
[dependencies]
glam = { version = "0.27", features = ["debug-glam-assert", "fast-math", "serde"] }
shipyard = { git = "https://github.com/leudz/shipyard", rev = "9099b990e", default-features = false, features = ["std"] }
shipyard = { git = "https://github.com/leudz/shipyard", rev = "aacf3b1df5", default-features = false, features = ["std"] }
strum = { version = "0.26", features = ["derive"] }
num_enum = "0.7"
postcard = { version = "1.0", features = ["alloc"] }

View File

@ -25,7 +25,7 @@ strum = { version = "0.26", features = ["derive"] }
hashbrown = "0.14"
nohash-hasher = "0.2"
rayon = "1.7"
shipyard = { git = "https://github.com/leudz/shipyard", rev = "9099b990e", default-features = false, features = ["std", "proc", "thread_local"] }
shipyard = { git = "https://github.com/leudz/shipyard", rev = "aacf3b1df5", default-features = false, features = ["std", "proc", "thread_local"] }
anyhow = "1.0"
flume = "0.11"
gilrs = { version = "0.10", default_features = false, features = ["xinput"] }