From 6bfccad5670fda155072c8d541ac19a0455e1cda Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Thu, 28 Mar 2019 19:06:40 +0300 Subject: [PATCH] Bump version (0.5.1) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3e0314..2ebf0f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riscv" -version = "0.5.0" +version = "0.5.1" repository = "https://github.com/rust-embedded/riscv" authors = ["The RISC-V Team "] categories = ["embedded", "hardware-support", "no-std"]