From 2965734b7b65deffc76b89ef67ef09712eda86a5 Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Mon, 29 Apr 2019 10:45:19 +0200 Subject: [PATCH] Bump version (0.5.3) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb140a5..12fb17d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riscv" -version = "0.5.2" +version = "0.5.3" repository = "https://github.com/rust-embedded/riscv" authors = ["The RISC-V Team "] categories = ["embedded", "hardware-support", "no-std"]