From 26ec6b7573c4dfec37109188095674c16f709d73 Mon Sep 17 00:00:00 2001 From: nabijaczleweli Date: Tue, 11 Sep 2018 07:23:32 +0200 Subject: [PATCH] Bump version to 0.10.1 --- Cargo.toml | 2 +- appveyor.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4dea345..7bffa3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["safe", "transmute", "checked"] categories = ["rust-patterns", "memory-management", "no-std"] license = "MIT" # Remember to also update in appveyor.yml -version = "0.10.0" +version = "0.10.1" authors = ["nabijaczleweli ", "Eduardo Pinho "] exclude = ["*.enc"] diff --git a/appveyor.yml b/appveyor.yml index e2b255e..79419c2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.9.0-{build} +version: 0.10.1-{build} skip_tags: false @@ -25,7 +25,7 @@ test_script: - cargo test --verbose --release artifacts: - - path: cargo-install-update-v0.9.0.exe + - path: cargo-install-update-v0.10.1.exe notifications: - provider: Email