We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e7d64 commit 66890fbCopy full SHA for 66890fb
1 file changed
Cargo.toml
@@ -1,11 +1,12 @@
1
[package]
2
name = "tinyrlibc"
3
-version = "0.1.1"
+version = "0.1.2"
4
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
5
edition = "2018"
6
description = "Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust"
7
license-file = "LICENCES.md"
8
readme = "README.md"
9
+repository = "https://github.com/thejpster/tinyrlibc"
10
11
[dependencies]
12
0 commit comments