diff options
author | Kaleb Elwert <belak@coded.io> | 2020-01-28 02:48:19 -0800 |
---|---|---|
committer | Kaleb Elwert <belak@coded.io> | 2020-01-28 02:48:19 -0800 |
commit | 50b2629a5d55dbaa5c5bd4398d1cea510332b746 (patch) | |
tree | 979de4ded9f70d42cd464d37d262302e96dfe648 | |
parent | 0261afcdae718d14b888b5993d9be93ddef7b839 (diff) |
(cargo-release) start next development iteration 0.1.1-alpha.0
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ name = "simple-xmlrpc" description = "A simple, no nonsense, XML-RPC implementation for Rust" license = "MIT" -version = "0.1.0" +version = "0.1.1-alpha.0" authors = ["Kaleb Elwert <belak@coded.io>"] edition = "2018" documentation = "https://docs.rs/simple-xmlrpc" |