forked from MIrrors/bin
Bump version to 1.0.2
This commit is contained in:
@@ -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
2
Cargo.lock
generated
@@ -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)",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user