-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace deadpool dependency by deadpool-runtime
- Loading branch information
1 parent
5dc65e2
commit 6244182
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## v0.1.1 (unreleased) | ||
|
||
* Replace `deadpool` dependency by `deadpool-runtime`. This is a | ||
non-breaking change as the `Runtime` and `SpawnBlockingError` | ||
types were a re-export from `deadpool-runtime` anyways. | ||
|
||
## v0.1.0 | ||
|
||
* First release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "deadpool-sync" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
edition = "2018" | ||
resolver = "2" | ||
authors = ["Michael P. Jung <[email protected]>"] | ||
|
@@ -13,4 +13,4 @@ readme = "README.md" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
deadpool = { version = "0.9.0", path = "../" } | ||
deadpool-runtime = { version = "0.1.2", path = "../runtime" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters