diff --git a/kubi-server/Cargo.toml b/kubi-server/Cargo.toml index db71968..064d000 100644 --- a/kubi-server/Cargo.toml +++ b/kubi-server/Cargo.toml @@ -9,7 +9,7 @@ kubi-shared = { path = "../kubi-shared" } kubi-udp = { path = "../kubi-udp" } kubi-logging = { path = "../kubi-logging" } log = "*" -shipyard = { git = "https://github.com/leudz/shipyard", rev = "9fd2aaa32bccee29bd7fc99ccaabec950fe13ed0" } +shipyard = { git = "https://github.com/leudz/shipyard", rev = "e30dece" } serde = "1.0" toml = "0.7" glam = { version = "0.22", features = ["debug-glam-assert", "fast-math"] } diff --git a/kubi-shared/Cargo.toml b/kubi-shared/Cargo.toml index 3bb4711..b615b4f 100644 --- a/kubi-shared/Cargo.toml +++ b/kubi-shared/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] glam = { version = "0.22", features = ["debug-glam-assert", "fast-math", "serde"] } -shipyard = { git = "https://github.com/leudz/shipyard", rev = "9fd2aaa32bccee29bd7fc99ccaabec950fe13ed0" } +shipyard = { git = "https://github.com/leudz/shipyard", rev = "e30dece" } strum = { version = "0.24", features = ["derive"] } bincode = "2.0.0-rc" anyhow = "1.0" diff --git a/kubi/Cargo.toml b/kubi/Cargo.toml index 6fe7557..56f5841 100644 --- a/kubi/Cargo.toml +++ b/kubi/Cargo.toml @@ -15,7 +15,7 @@ image = { version = "0.24", default_features = false, features = ["png"] } strum = { version = "0.24", features = ["derive"] } hashbrown = "0.13" rayon = "1.6" -shipyard = { git = "https://github.com/leudz/shipyard", rev = "9fd2aaa32bccee29bd7fc99ccaabec950fe13ed0", features = ["thread_local"] } +shipyard = { git = "https://github.com/leudz/shipyard", rev = "e30dece", features = ["thread_local"] } nohash-hasher = "0.2.0" anyhow = "1.0" flume = "0.10"