From 26b21d7b396689209d1aed8a68f276ae81d658b3 Mon Sep 17 00:00:00 2001 From: Jordan Johnson-Doyle Date: Sat, 16 Feb 2019 19:32:14 +0000 Subject: [PATCH] Bump version to 1.0.2 --- .travis.yml | 3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index c98ebc3..d9d4269 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,9 +31,6 @@ matrix: # Windows - env: TARGET=x86_64-pc-windows-gnu - allow_failures: - - env: TARGET=x86_64-unknown-linux-gnu - before_install: - set -e - rustup self update diff --git a/Cargo.lock b/Cargo.lock index 6a8450c..8a6da7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ dependencies = [ [[package]] name = "bin" -version = "1.0.1" +version = "1.0.2" dependencies = [ "askama 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "gpw 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7c59d49..ce12938 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bin" -version = "1.0.1" +version = "1.0.2" description = "a paste bin." repository = "https://github.com/w4/bin" license = "WTFPL OR 0BSD" -- libgit2 1.7.2