diff --git a/Cargo.toml b/Cargo.toml index 36bf958..77cae4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ hashbrown = "0.17" itertools = "0.14" lazy_static = { version = "1.5.0", optional = true } parry3d = "0.26" -rerun = { version = "0.31", default-features = false, optional = true, features = [ +rerun = { version = "0.33", default-features = false, optional = true, features = [ "sdk", ] } serde = { version = "1", features = ["derive"], optional = true }