bump version (2.2.7 -> 2.3.0)

This commit is contained in:
Sunshine 2020-07-14 03:29:08 -04:00
parent 90f7c3a0d0
commit 2c5d1e930b
No known key found for this signature in database
GPG key ID: B80CA68703CD8AB1
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -623,7 +623,7 @@ dependencies = [
[[package]] [[package]]
name = "monolith" name = "monolith"
version = "2.2.7" version = "2.3.0"
dependencies = [ dependencies = [
"assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",

View file

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