From 42f39100531de7331f9e0270898151ff7e807cdb Mon Sep 17 00:00:00 2001 From: softprops Date: Thu, 24 Oct 2019 00:08:13 -0400 Subject: [PATCH] std release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c63ffff..f87d416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1095,7 +1095,7 @@ dependencies = [ [[package]] name = "sigv4" -version = "0.0.0" +version = "0.1.0" dependencies = [ "colored 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "colored_json 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 517402f..4866d35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sigv4" -version = "0.0.0" +version = "0.1.0" authors = ["softprops "] edition = "2018" license = "MIT"