Skip to content

Commit bd7e052

Browse files
committed
Auto merge of #2120 - JohnTitor:libc-0291, r=JohnTitor
Bump to 0.2.91 I'm going to make a new release as requested by #2119 (comment). r? `@ghost`
2 parents ac93582 + 52956ae commit bd7e052

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ platform in this crate, the next step is to get that sweet, sweet usage from
6969
crates.io! The only next step is to bump the version of libc and then publish
7070
it. If you'd like to get a release out ASAP you can follow these steps:
7171

72-
1. Increment the patch version number in `Cargo.toml`.
73-
1. Send a PR to this repository. It should [look like this][example], but it'd
72+
1. Increment the patch version number in `Cargo.toml` and `libc-test/Cargo.toml`.
73+
1. Send a PR to this repository. It should [look like this][example-pr], but it'd
7474
also be nice to fill out the description with a small rationale for the
7575
release (any rationale is ok though!)
7676
1. Once merged, the release will be tagged and published by one of the libc crate
7777
maintainers.
7878

79-
[example]: https://github.com/rust-lang/libc/pull/583
79+
[example-pr]: https://github.com/rust-lang/libc/pull/2120

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.90"
3+
version = "0.2.91"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

libc-test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc-test"
3-
version = "0.2.90"
3+
version = "0.2.91"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
build = "build.rs"
@@ -12,7 +12,7 @@ A test crate for the libc crate.
1212

1313
[dependencies.libc]
1414
path = ".."
15-
version = "0.2.88"
15+
version = "0.2.91"
1616
default-features = false
1717

1818
[build-dependencies]

0 commit comments

Comments
 (0)