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"