summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@jemstep.com>2020-03-25 13:46:49 +0200
committerJustin Worthe <justin@jemstep.com>2020-03-25 13:46:49 +0200
commitd523da8d277d316b87a05c40339f37568850f3a9 (patch)
tree742bffc25fd796c0f878c1bc37a089eaa1605e9e
parenta5eacee3a6c293a5d15c0b31a728ec43b6d2e6f8 (diff)
Patch 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 70e29e8..fc5d897 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -45,7 +45,7 @@ dependencies = [
[[package]]
name = "capn"
-version = "0.5.1"
+version = "0.5.2"
dependencies = [
"chrono 0.4.10 (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 4001b72..e722424 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "capn"
-version = "0.5.1"
+version = "0.5.2"
authors = ["Justin Wernick <justin@jemstep.com>"]
edition = "2018"