File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 33Welcome! If you are reading this document, it means you are interested in contributing
44to 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
815Want to use an API which currently isn't bound in ` libc ` ? It's quite easy to add
Original file line number Diff line number Diff 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
2130Add the following to your ` Cargo.toml ` :
You can’t perform that action at this time.
0 commit comments