summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@jemstep.com>2020-03-30 11:59:21 +0200
committerJustin Worthe <justin@jemstep.com>2020-03-30 14:26:21 +0200
commit51ab40d1cf1c8796fdfcc8a9bafc54cb24b6f7a5 (patch)
tree98916baabbb3c0f5ff0cdf91a497e88ec45f9f1e
parent188d00388e5689315b94465d902f061073f3e095 (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 99f5796..1123eb7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -38,7 +38,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "capn"
-version = "0.5.2"
+version = "0.5.3"
dependencies = [
"chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
"git2 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index f441308..b4b8f65 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "capn"
-version = "0.5.2"
+version = "0.5.3"
authors = ["Justin Wernick <justin@jemstep.com>"]
edition = "2018"