Explorar el Código

Bump version from 0.6.0 to 0.6.1

Wladimir J. van der Laan hace 5 años
padre
commit
e962e8c2ea
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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.6.0"
+version = "0.6.1"
 repository = "https://github.com/rust-embedded/riscv-rt"
 authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
 categories = ["embedded", "no-std"]

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

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