diff --git a/Cargo.toml b/Cargo.toml index 7cd1dc4..002a953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instant" -version = "0.1.10" +version = "0.1.11" authors = ["sebcrozet "] description = "A partial replacement for std::time::Instant that works on WASM too." repository = "https://github.com/sebcrozet/instant"