Merge pull request #265 from snshn/version-bump

Bump version (2.5.0 -> 2.6.0)
pull/271/head v2.6.0
Sunshine 3 years ago committed by GitHub
commit 2539aac4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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