🏡 index : ~doyle/bin.git

author Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-16 19:32:14.0 +00:00:00
committer Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-16 19:32:14.0 +00:00:00
commit
26b21d7b396689209d1aed8a68f276ae81d658b3 [patch]
tree
d9908b38dcf6f76684b31cd0a86f1eda6a4b57cd
parent
fda03cfe21d6718d71d6301895def0ed129089d5
download
26b21d7b396689209d1aed8a68f276ae81d658b3.tar.gz

Bump version to 1.0.2



Diff

 .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"