From 90753ea9153297515e41ce7cb4d989c20efe1375 Mon Sep 17 00:00:00 2001 From: Zhenchi Date: Tue, 23 Jan 2024 08:27:50 +0000 Subject: [PATCH] chore: prepare 0.1.5 Signed-off-by: Zhenchi --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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