diff --git a/Cargo.toml b/Cargo.toml index cdfad14..d4958e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minstant" -version = "0.1.4" +version = "0.1.5" authors = ["The TiKV Authors"] edition = "2021" license = "MIT" diff --git a/README.md b/README.md index cb319cc..e9f3749 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A drop-in replacement for [`std::time::Instant`](https://doc.rust-lang.org/std/t ```toml [dependencies] -minstant = "0.1.2" +minstant = "0.1" ``` ```rust