Skip to content

Commit

Permalink
Merge #910
Browse files Browse the repository at this point in the history
910: Specify bytes version r=Susurrus a=Susurrus

Needed to do this for the v0.11.0 release, but I missed it on my first pass through. Also updated the release notes to hopefully prevent this error in the future.

Co-authored-by: Bryant Mairs <bryantmairs@google.com>
  • Loading branch information
bors[bot] and Bryant Mairs committed Jun 2, 2018
2 parents 71da242 + 5f43cc8 commit 5215a6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ void = "1.0.2"
cc = "1"

[dev-dependencies]
# The examples use a new feature of Bytes which should be available in 0.4.7
# https://github.com/carllerche/bytes/pull/192
bytes = { git = "https://github.com/carllerche/bytes", rev = "ae1b454" }
bytes = "0.4.8"
lazy_static = "1"
rand = "0.4"
tempdir = "0.3"
Expand Down
2 changes: 2 additions & 0 deletions RELEASE_PROCEDURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The release is prepared as follows:
- In `Cargo.toml`, change the libc dependency to the latest version.
- In `README.md`, update the version in the Usage section to the new
version.
- Confirm that everything's ready for a release by running
`cargo publish --dry-run`
- Make a pull request.
- Once the PR is merged, tag the merge commit, e.g. `git tag v0.8.3
$MERGE_COMMIT_SHA1`.
Expand Down

0 comments on commit 5215a6d

Please sign in to comment.