-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#3 update README.m for branch v1.6.0
- Loading branch information
1 parent
94507b2
commit 3074751
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
> * https://github.com/tokio-rs/bytes/pull/467 | ||
> * https://github.com/tokio-rs/bytes/issues/461 | ||
The patch can be applied by adding the following segment to root Cargo.toml, replacing v1.x.x with the version of the bytes crate used: | ||
The patch can be applied by adding the following segment to root Cargo.toml: | ||
|
||
````TOML | ||
[patch.crates-io] | ||
bytes = { git = "ssh://[email protected]/pegasus-aero/rt-bytes.git", branch = "cfg_target_has_atomic_v1.x.x" } | ||
bytes = { git = "ssh://[email protected]/pegasus-aero/rt-bytes.git", branch = "cfg_target_has_atomic_v1.6.0" } | ||
```` |