bump version (2.5.0 -> 2.6.0)

pull/265/head
Sunshine 3 years ago
parent 1bb8141021
commit 03b9af543a
No known key found for this signature in database
GPG Key ID: B80CA68703CD8AB1

2
Cargo.lock generated

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

@ -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"

Loading…
Cancel
Save