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