Skip to content

Commit

Permalink
chore: prepare 0.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Zhenchi <[email protected]>
  • Loading branch information
zhongzc committed Jan 23, 2024
1 parent 18bd3ea commit 90753ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minstant"
version = "0.1.4"
version = "0.1.5"
authors = ["The TiKV Authors"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90753ea

Please sign in to comment.