Skip to content

Commit

Permalink
Merge pull request #272 from snshn/new-release
Browse files Browse the repository at this point in the history
New release (2.6.1)
  • Loading branch information
Sunshine authored Jul 4, 2021
2 parents 50bccae + 2be725e commit 6826b59
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 58 deletions.
127 changes: 72 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monolith"
version = "2.6.0"
version = "2.6.1"
authors = [
"Sunshine <[email protected]>",
"Mahdi Robatipoor <[email protected]>",
Expand Down Expand Up @@ -34,9 +34,9 @@ sha2 = "0.9.5" # Used for calculating checksums during integrity checks
url = "2.2.2"

[dependencies.reqwest]
version = "0.11.3"
version = "0.11.4"
default-features = false
features = ["default-tls", "blocking", "gzip"]

[dev-dependencies]
assert_cmd = "1.0.5"
assert_cmd = "1.0.7"

0 comments on commit 6826b59

Please sign in to comment.