Merge pull request #151 from snshn/2-2-2

version bump (2.2.1 → 2.2.2)
This commit is contained in:
Sunshine 2020-04-05 14:44:48 -04:00 committed by GitHub
commit 3f0ced0143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -568,7 +568,7 @@ dependencies = [
[[package]]
name = "monolith"
version = "2.2.1"
version = "2.2.2"
dependencies = [
"assert_cmd 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "monolith"
version = "2.2.1"
version = "2.2.2"
edition = "2018"
authors = [
"Sunshine <sunshine@uberspace.net>",