aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2020-07-04 17:54:23 +0200
committerTeddy Wing2020-07-04 17:54:23 +0200
commite95475840a10278796ec07ac80572ec7381f83ae (patch)
treee3d0cef80662357d578209bb7251434181e9eadd /Cargo.toml
parent0bbb1cdb1978d0ff0b06a700016640f0642d95d5 (diff)
downloadfastcgi-conduit-e95475840a10278796ec07ac80572ec7381f83ae.tar.bz2
Increase version v0.0.1 -> v0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 60e1ece..284cb34 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fastcgi-conduit"
-version = "0.0.1"
+version = "0.1.0"
edition = "2018"
[dependencies]