From aab627588ac38b67f03fb0278fba6817ff424097 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Wed, 6 Nov 2019 17:35:24 +0000 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53fbb0d..3ce8942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tinyrlibc" -version = "0.1.2" +version = "0.2.0" authors = ["Jonathan 'theJPster' Pallant "] edition = "2018" description = "Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust"