diff --git a/Cargo.toml b/Cargo.toml index 7a08d9d..b66bce7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "wasm-timer" edition = "2018" description = "Abstraction over std::time::Instant and futures-timer that works on WASM" -version = "0.2.2" +version = "0.2.3" authors = ["Pierre Krieger "] license = "MIT" repository = "https://github.com/tomaka/wasm-timer"