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"