diff --git a/bampy/Cargo.toml b/bampy/Cargo.toml index 95dd3ad..8bc1451 100644 --- a/bampy/Cargo.toml +++ b/bampy/Cargo.toml @@ -19,7 +19,7 @@ wasm-bindgen = "0.2.84" # all the `std::fmt` and `std::panicking` infrastructure, so isn't great for # code size when deploying. console_error_panic_hook = { version = "0.1.7", optional = true } -bvh = "0.8.0" +bvh = "0.9.0" nalgebra = "0.32.4" num = "0.4.1" approx = "0.5.1"