Prechádzať zdrojové kódy

Bump version (0.6.0)

Vadim Kaushan 5 rokov pred
rodič
commit
15fe9928bf
2 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 2 2
      riscv-rt/Cargo.toml
  2. 1 1
      riscv-rt/src/lib.rs

+ 2 - 2
riscv-rt/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "riscv-rt"
-version = "0.5.0"
+version = "0.6.0"
 repository = "https://github.com/rust-embedded/riscv-rt"
 authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
 categories = ["embedded", "no-std"]
@@ -18,5 +18,5 @@ inline-asm = ["riscv/inline-asm"]
 
 [dev-dependencies]
 riscv = "0.5.3"
-riscv-rt = "0.5.0"
+riscv-rt = "0.6.0"
 panic-halt = "0.2.0"

+ 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.4.0"
+//! riscv-rt = "0.6.0"
 //! panic-halt = "0.2.0"
 //!
 //! $ # memory layout of the device