From d3dc245ce438201a16d20c822aa6f03a80bd7d97 Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Wed, 3 Jul 2019 01:37:34 +0300 Subject: [PATCH] Bump version (0.5.4) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12fb17d..307be96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riscv" -version = "0.5.3" +version = "0.5.4" repository = "https://github.com/rust-embedded/riscv" authors = ["The RISC-V Team "] categories = ["embedded", "hardware-support", "no-std"]