diff --git a/crates/mani/fabled_component/Cargo.toml b/crates/mani/fabled_component/Cargo.toml index 2016b8ba..894664fe 100644 --- a/crates/mani/fabled_component/Cargo.toml +++ b/crates/mani/fabled_component/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -shipyard = "0.6.2" \ No newline at end of file +shipyard = "0.9.3" \ No newline at end of file diff --git a/crates/mani/fabled_system/Cargo.toml b/crates/mani/fabled_system/Cargo.toml index 20b27834..00a77898 100644 --- a/crates/mani/fabled_system/Cargo.toml +++ b/crates/mani/fabled_system/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -shipyard = {version = "0.6.2", features = ["thread_local", "parallel"]} +shipyard = {version = "0.9.3", features = ["thread_local", "parallel"]} fabled_transform = {path = "../fabled_transform", version = "*"} fabled_render = {path = "../fabled_render", version = "*"} fabled_math = {path = "../fabled_math", version = "*"}