From 207fda937d2887a45c877e3d4fd44b7523c65127 Mon Sep 17 00:00:00 2001 From: Jason Ozias Date: Sat, 13 Mar 2021 14:01:50 -0500 Subject: [PATCH] version bump for next release (#9) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a57c83..670e3a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0" name = "slog-try" readme = "README.md" repository = "https://github.com/rustyhorde/slog-try" -version = "1.0.0" +version = "1.0.1" [dependencies] slog = "2"