From 6c82b0ae4c7d9f64bdadd9f53cec17914bbe4f5f Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Thu, 24 Jan 2019 17:20:50 +0300 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c29016..b4d3638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riscv" -version = "0.3.0" +version = "0.4.0" repository = "https://github.com/rust-embedded/riscv" authors = ["David Craven "] categories = ["embedded", "hardware-support", "no-std"]