Skip to content

Commit 72093f3

Browse files
committed
Auto merge of #3510 - JohnTitor:prepare-libc-0.3, r=JohnTitor
Prepare docs for libc v0.3
2 parents e5612b9 + f8c19f5 commit 72093f3

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Welcome! If you are reading this document, it means you are interested in contributing
44
to the `libc` crate.
55

6+
## v0.2 changes
7+
8+
If you want to add your changes to v0.2, please submit them to the `libc-0.2` branch.
9+
If you want to add any breaking changes, it should be submitted to the main branch,
10+
which has changes for v0.3.
11+
We will support and make a new release for v0.2 until we make the first release of v0.3.
12+
613
## Adding an API
714

815
Want to use an API which currently isn't bound in `libc`? It's quite easy to add

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ More detailed information about the design of this library can be found in its
1616

1717
[rfc]: https://github.com/rust-lang/rfcs/blob/HEAD/text/1291-promote-libc.md
1818

19+
## v0.3 Roadmap
20+
21+
The main branch is now for v0.3 which has some breaking changes.
22+
23+
For v0.2, please submit PRs to the `libc-0.2` branch instead.
24+
We will stop making new v0.2 releases once we release v0.3 on crates.io.
25+
26+
See the [tracking issue](https://github.com/rust-lang/libc/issues/3248) for details.
27+
1928
## Usage
2029

2130
Add the following to your `Cargo.toml`:

0 commit comments

Comments
 (0)