Skip to content

Commit a3f0b00

Browse files
committed
bump cortex-m-rt dependency
1 parent 6954d60 commit a3f0b00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
//! ```
5454
//!
5555
//! The resulting crate must provide an opt-in "rt" feature and depend on these crates:
56-
//! `bare-metal` v0.2.x, `cortex-m` v0.5.x, `cortex-m-rt` v0.6.x and `vcell` v0.1.x. Furthermore the
57-
//! "device" feature of `cortex-m-rt` must be enabled when the "rt" feature is enabled. The
56+
//! `bare-metal` v0.2.x, `cortex-m` v0.5.x, `cortex-m-rt` >=v0.6.5 and `vcell` v0.1.x. Furthermore
57+
//! the "device" feature of `cortex-m-rt` must be enabled when the "rt" feature is enabled. The
5858
//! `Cargo.toml` of the device crate will look like this:
5959
//!
6060
//! ``` toml
@@ -65,7 +65,7 @@
6565
//!
6666
//! [dependencies.cortex-m-rt]
6767
//! optional = true
68-
//! version = "0.5.0"
68+
//! version = "0.6.5"
6969
//!
7070
//! [features]
7171
//! rt = ["cortex-m-rt/device"]

0 commit comments

Comments
 (0)