~nickbp/tokio-scgi

1fe675f0d656f3f7436904a8f44b30fcef03abd0 — Nick Parker 3 years ago bf5da37
Bump version for crate with docs fixes
2 files changed, 2 insertions(+), 2 deletions(-)

M Cargo.lock
M Cargo.toml
M Cargo.lock => Cargo.lock +1 -1
@@ 689,7 689,7 @@ dependencies = [

[[package]]
name = "tokio-scgi"
version = "0.2.0"
version = "0.2.0-doc.1"
dependencies = [
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",

M Cargo.toml => Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "tokio-scgi"
version = "0.2.0"
version = "0.2.0-doc.1"
authors = ["Nick Parker <nick@nickbp.com>"]
license = "MIT"
edition = "2018"