We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370700c commit e962e8cCopy full SHA for e962e8c
riscv-rt/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "riscv-rt"
3
-version = "0.6.0"
+version = "0.6.1"
4
repository = "https://github.com/rust-embedded/riscv-rt"
5
authors = ["The RISC-V Team <[email protected]>"]
6
categories = ["embedded", "no-std"]
riscv-rt/src/lib.rs
@@ -30,7 +30,7 @@
30
//! $ # add this crate as a dependency
31
//! $ edit Cargo.toml && cat $_
32
//! [dependencies]
33
-//! riscv-rt = "0.6.0"
+//! riscv-rt = "0.6.1"
34
//! panic-halt = "0.2.0"
35
//!
36
//! $ # memory layout of the device
0 commit comments