Skip to content

Commit

Permalink
Merge pull request #1059 from mozilla-services/release/0.10-merge
Browse files Browse the repository at this point in the history
chore: tag 0.10.2
  • Loading branch information
pjenvey authored Apr 29, 2021
2 parents 34fe585 + a394ff8 commit b1ebb94
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.10.2"></a>
## 0.10.2 (2021-04-28)


#### Bug Fixes

* update deadpool w/ the incorrect pool stats fix (#1057) ([d261ac1e](https://github.com/mozilla-services/syncstorage-rs/commit/d261ac1ebcc1ed3ff2871e5fd61ab4a934149fcd), closes [#803](https://github.com/mozilla-services/syncstorage-rs/issues/803))



<a name="0.10.1"></a>
## 0.10.1 (2021-04-14)

Expand Down
5 changes: 2 additions & 3 deletions Cargo.lock

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

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syncstorage"
version = "0.10.1"
version = "0.10.2"
license = "MPL-2.0"
authors = [
"Ben Bangert <[email protected]>",
Expand All @@ -27,8 +27,10 @@ bytes = "1.0"
cadence = "0.24"
chrono = "0.4"
config = "0.10"
# Pin to 0.5 for now, to keep it under tokio 0.2 (issue977)
deadpool = "0.5" # pin to 0.5
# Pin to 0.5 for now, to keep it under tokio 0.2 (issue977).
# Fix for #803 (deadpool#92) points to our fork for now
#deadpool = "0.5" # pin to 0.5
deadpool = { git = "https://github.com/mozilla-services/deadpool", branch = "deadpool-v0.5.2-issue92" }
diesel = { version = "1.4", features = ["mysql", "r2d2"] }
diesel_logger = "0.1.1"
diesel_migrations = { version = "1.4.0", features = ["mysql"] }
Expand Down

0 comments on commit b1ebb94

Please sign in to comment.