Bump version to 1.0.2
This commit is contained in:
parent
fda03cfe21
commit
26b21d7b39
3 changed files with 2 additions and 5 deletions
|
@ -31,9 +31,6 @@ matrix:
|
||||||
# Windows
|
# Windows
|
||||||
- env: TARGET=x86_64-pc-windows-gnu
|
- env: TARGET=x86_64-pc-windows-gnu
|
||||||
|
|
||||||
allow_failures:
|
|
||||||
- env: TARGET=x86_64-unknown-linux-gnu
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- set -e
|
- set -e
|
||||||
- rustup self update
|
- rustup self update
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -61,7 +61,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bin"
|
name = "bin"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"askama 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"gpw 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bin"
|
name = "bin"
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
description = "a paste bin."
|
description = "a paste bin."
|
||||||
repository = "https://github.com/w4/bin"
|
repository = "https://github.com/w4/bin"
|
||||||
license = "WTFPL OR 0BSD"
|
license = "WTFPL OR 0BSD"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue