Skip to content

Commit 84e47cd

Browse files
committed
Update blanket dependency.
1 parent 1b079cd commit 84e47cd

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

Cargo.toml

+1-8
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "najamelan/async_executors"
1010
rustc_version = "^0.3"
1111

1212
[dependencies]
13-
blanket = "^0.1"
13+
blanket = "^0.2"
1414
pin-project = "^1"
1515

1616
[dependencies.async-global-executor]
@@ -163,13 +163,6 @@ version = "0.4.1"
163163
all-features = true
164164
targets = []
165165

166-
[patch]
167-
[patch.crates-io]
168-
[patch.crates-io.blanket]
169-
git = "https://github.com/najamelan/blanket"
170-
rev = "46cb0"
171-
version = "^0.1"
172-
173166
[profile]
174167
[profile.release]
175168
codegen-units = 1

Cargo.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ dependencies:
159159
tracing-futures : { version: ^0.2, optional: true, features: [futures-03] }
160160
glommio_crate : { version: ^0.4, optional: true, package: glommio }
161161
tokio : { version: ^1 , optional: true }
162-
blanket : ^0.1
163162

164163
# Private deps
165164
#
166165
async-global-executor : { version: ^2 , optional: true, default-features: false }
167166
async_std_crate : { version: ^1.6 , optional: true, package: async-std, features: [ unstable ] }
168167
pin-project : ^1
168+
blanket : ^0.2
169169

170170
# necessary for the crate to compile for `cargo doc`
171171
#
@@ -258,10 +258,3 @@ example:
258258
- name : yield_now
259259
path : examples/yield_now.rs
260260
required-features: [ notwasm, tokio_ct ]
261-
262-
263-
patch:
264-
265-
crates-io:
266-
267-
blanket: { version: ^0.1, git: "https://github.com/najamelan/blanket", rev: 46cb0 }

0 commit comments

Comments
 (0)