-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We could release as 0.4.1, but you only need these functions when you *actually* need them, and adding extra public no-mangled symbols to a project without asking might be problematic. So, every release is a breaking change and if you need the new APIs, you can just update to it.
- Loading branch information
1 parent
a4981c3
commit ef1ee8f
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tinyrlibc" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"] | ||
edition = "2021" | ||
description = "Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust" | ||
|