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 3
3
Welcome! If you are reading this document, it means you are interested in contributing
4
4
to the ` libc ` crate.
5
5
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
+
6
13
## Adding an API
7
14
8
15
Want 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
16
16
17
17
[ rfc ] : https://github.com/rust-lang/rfcs/blob/HEAD/text/1291-promote-libc.md
18
18
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
+
19
28
## Usage
20
29
21
30
Add the following to your ` Cargo.toml ` :
You can’t perform that action at this time.
0 commit comments