File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## v0.2.2 (2022-03-17)
4+
5+ * [ #5 ] - Swap ` i32 ` to ` CInt ` in ` strchr ` .
6+
7+ [ #5 ] : https://github.com/rust-embedded-community/tinyrlibc/pull/5
8+
9+ ## v0.2.1 (2021-05-17)
10+
11+ * [ #2 ] - Add ` strncpy `
12+
13+ [ #2 ] : https://github.com/rust-embedded-community/tinyrlibc/pull/2
14+
15+ ## v0.2.0 (2019-11-06)
16+
17+ * [ #1 ] - Add ` strchr `
18+
19+ [ #1 ] : https://github.com/rust-embedded-community/tinyrlibc/pull/1
20+
21+ ## v0.1.2 (2019-09-01)
22+
23+ * First release
Original file line number Diff line number Diff line change 11[package ]
22name = " tinyrlibc"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44authors = [" Jonathan 'theJPster' Pallant <github@thejpster.org.uk>" ]
55edition = " 2018"
66description = " Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust"
You can’t perform that action at this time.
0 commit comments