diff options
author | Teddy Wing | 2020-07-17 00:34:22 +0200 |
---|---|---|
committer | Teddy Wing | 2020-07-17 00:34:22 +0200 |
commit | a0fdc3ddaee2458212c27c44bd8c10deeb875d99 (patch) | |
tree | 200bb339f7a99d867ae02b7ae218d63b9b4a0e23 /Cargo.toml | |
parent | eda49deb67195b0348b013222bb077ac7d381e31 (diff) | |
download | fastcgi-conduit-a0fdc3ddaee2458212c27c44bd8c10deeb875d99.tar.bz2 |
Increase version v0.1.1 -> v0.2.0v0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "fastcgi-conduit" -version = "0.1.1" +version = "0.2.0" edition = "2018" [dependencies] |