From 6ebb6f97902e3eaf7e968b8d80c4bfc6d1886673 Mon Sep 17 00:00:00 2001 From: David Craven Date: Sat, 18 Nov 2017 09:45:01 +0100 Subject: [PATCH] Bump version to 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7359c53..1cd6bbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riscv" -version = "0.1.0" +version = "0.1.1" repository = "https://github.com/dvc94ch/riscv" authors = ["David Craven "] categories = ["embedded", "hardware-support", "no-std"]