Skip to content

Commit

Permalink
#3 update README.m for branch v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HusseinAbdelhamid committed Jun 18, 2024
1 parent 94507b2 commit 3074751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
````

0 comments on commit 3074751

Please sign in to comment.