Skip to content

Commit 4474896

Browse files
committed
fix docs
1 parent a8ee2d9 commit 4474896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
//!
101101
//! ``` toml
102102
//! [dependencies]
103-
//! bare-metal = "0.2.0"
103+
//! bare-metal = "0.1.0"
104104
//! msp430 = "0.1.0"
105105
//! vcell = "0.1.0"
106106
//!
@@ -109,7 +109,7 @@
109109
//! version = "0.1.0"
110110
//!
111111
//! [features]
112-
//! rt = ["msp430"]
112+
//! rt = ["msp430-rt"]
113113
//! ```
114114
//!
115115
//! # Peripheral API

0 commit comments

Comments
 (0)