Bump version to 1.0.2

This commit is contained in:
Jordan Johnson-Doyle 2019-02-16 19:32:14 +00:00
parent fda03cfe21
commit 26b21d7b39
No known key found for this signature in database
GPG key ID: A95F87B578CE79B6
3 changed files with 2 additions and 5 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -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)",

View file

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