diff --git a/dotlottie-rs/Cargo.toml b/dotlottie-rs/Cargo.toml index 55d94259..687aa9b5 100644 --- a/dotlottie-rs/Cargo.toml +++ b/dotlottie-rs/Cargo.toml @@ -13,7 +13,7 @@ name = "dotlottie_player_core" [dependencies] thiserror = "1.0.48" # "emscripten-no-leading-underscore" branch fix this issue -> https://github.com/sebcrozet/instant/issues/35 -instant = {git = "https://github.com/hoodmane/instant", branch = "emscripten-no-leading-underscore"} +instant = {git = "https://github.com/hoodmane/instant", branch = "emscripten-no-leading-underscore", features = ["inaccurate"]} [build-dependencies] bindgen = "0.69.1"