File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ * None
6+
7+ ## v0.3.0 (2022-10-18)
8+
9+ * [ #11 ] - Switch to ` core::ffi ` types (requires Rust 1.64)
10+ * [ #10 ] - Add CI using Github Actions
511* [ #7 ] - Add ` strtoul ` and ` strcpy `
612* [ #8 ] - Add ` abs `
713
14+ [ #11 ] : https://github.com/rust-embedded-community/tinyrlibc/pull/11
15+ [ #10 ] : https://github.com/rust-embedded-community/tinyrlibc/pull/10
816[ #7 ] : https://github.com/rust-embedded-community/tinyrlibc/pull/7
917[ #8 ] : https://github.com/rust-embedded-community/tinyrlibc/pull/8
1018
Original file line number Diff line number Diff line change 11[package ]
22name = " tinyrlibc"
3- version = " 0.2.2 "
3+ version = " 0.3.0 "
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