summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@jemstep.com>2020-03-16 17:12:40 +0200
committerJustin Worthe <justin@jemstep.com>2020-03-16 17:12:40 +0200
commit890e6898447fa5a00cbe27b27cbb3c6e0fa75b4f (patch)
tree9eee065e7956d4104c878bb18a177c4dc0574354
parent6162eb8d724e48f5d2d4522827fd7fbe6964120f (diff)
Minor 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 7a76226..bf5e8c2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -45,7 +45,7 @@ dependencies = [
[[package]]
name = "capn"
-version = "0.5.0"
+version = "0.5.1"
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 e577f73..bcb0dda 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "capn"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Justin Wernick <justin@jemstep.com>"]
edition = "2018"