Skip to content

Commit 3e498ee

Browse files
committed
Make our futures-rs fork a direct dependency again
Crates with patch sections can't be published on crates.io, so there is no advantage over a normal git dependency. This reverts commit c862e66.
1 parent 03132bc commit 3e498ee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,12 @@ default-features = false
4343
features = ["unicode"]
4444

4545
[dependencies.futures-preview]
46-
version = "0.3.0-alpha"
46+
git = "https://github.com/embed-rs/futures-rs.git"
47+
branch = "alloc"
4748
default-features = false
4849
features = ["alloc"]
4950

5051
[profile.release]
5152
codegen-units = 1 # better optimizations
5253
debug = true
5354
lto = true # better optimizations
54-
55-
[patch.crates-io.futures-preview]
56-
git = "https://github.com/embed-rs/futures-rs.git"
57-
branch = "alloc"

0 commit comments

Comments
 (0)