bump version (2.5.0 -> 2.6.0)

This commit is contained in:
Sunshine 2021-06-08 13:09:50 -10:00
parent 1bb8141021
commit 03b9af543a
No known key found for this signature in database
GPG Key ID: B80CA68703CD8AB1
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -670,7 +670,7 @@ dependencies = [
[[package]]
name = "monolith"
version = "2.5.0"
version = "2.6.0"
dependencies = [
"assert_cmd",
"atty",

View File

@ -1,6 +1,6 @@
[package]
name = "monolith"
version = "2.5.0"
version = "2.6.0"
authors = [
"Sunshine <sunshine@uberspace.net>",
"Mahdi Robatipoor <mahdi.robatipoor@gmail.com>",
@ -39,4 +39,4 @@ default-features = false
features = ["default-tls", "blocking", "gzip"]
[dev-dependencies]
assert_cmd = "1.0.4"
assert_cmd = "1.0.5"