Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
museun committed Feb 16, 2024
1 parent cd6dd3d commit e9e24b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "mock_instant"
version = "0.3.1"
authors = ["museun <museun@outlook.com>"]
version = "0.3.2"
authors = [ "museun <museun@outlook.com>" ]
edition = "2018"
license = "0BSD"
readme = "README.md"
keywords = ["mock", "test", "time", "instant"]
keywords = [ "mock", "test", "time", "instant" ]
description = "a simple way to mock an std::time::Instant"
documentation = "https://docs.rs/mock_instant"
repository = "https://github.com/museun/mock_instant"

[features]
default = []
sync = ["once_cell"]
default = [ ]
sync = [ "once_cell" ]

[dependencies]
once_cell = { version = "1.17", optional = true }

0 comments on commit e9e24b7

Please sign in to comment.