From e9e24b7d92249457678c1b9ab9f7b1daad6073d7 Mon Sep 17 00:00:00 2001 From: museun Date: Fri, 16 Feb 2024 07:49:29 -0500 Subject: [PATCH] bump version --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 967e793..ba26c5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,18 +1,18 @@ [package] name = "mock_instant" -version = "0.3.1" -authors = ["museun "] +version = "0.3.2" +authors = [ "museun " ] 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 }