浏览代码

Bump version

Vadim Kaushan 6 年之前
父节点
当前提交
c5e0ec1857
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      riscv-rt/Cargo.toml
  2. 1 1
      riscv-rt/src/lib.rs

+ 1 - 1
riscv-rt/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "riscv-rt"
-version = "0.3.0"
+version = "0.4.0"
 repository = "https://github.com/rust-embedded/riscv-rt"
 authors = ["David Craven <david@craven.ch>"]
 categories = ["embedded", "no-std"]

+ 1 - 1
riscv-rt/src/lib.rs

@@ -22,7 +22,7 @@
 //! $ # add this crate as a dependency
 //! $ edit Cargo.toml && cat $_
 //! [dependencies]
-//! riscv-rt = "0.3.0"
+//! riscv-rt = "0.4.0"
 //! panic-halt = "0.2.0"
 //!
 //! $ # memory layout of the device