Skip to content

Commit 66890fb

Browse files
committed
Adding repo link, bumping to 0.1.2
1 parent 36e7d64 commit 66890fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
22
name = "tinyrlibc"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
55
edition = "2018"
66
description = "Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust"
77
license-file = "LICENCES.md"
88
readme = "README.md"
9+
repository = "https://github.com/thejpster/tinyrlibc"
910

1011
[dependencies]
1112

0 commit comments

Comments
 (0)