summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@jemstep.com>2020-03-16 09:46:27 +0200
committerJustin Worthe <justin@jemstep.com>2020-03-16 09:46:27 +0200
commite7894ad2aaf5d512d0353048e2f2e92faf0af656 (patch)
tree8c7bc6e3c5aa73ebdcf9e274e8f8383e15476a16
parent9cb2e14d561c007bfa8557af47fa8db33024186e (diff)
Version bump
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 06c1cc3..7a76226 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -45,7 +45,7 @@ dependencies = [
[[package]]
name = "capn"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 0a152d8..e577f73 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "capn"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Justin Wernick <justin@jemstep.com>"]
edition = "2018"