Skip to content

Commit 27501f8

Browse files
bors[bot]japaric
andcommitted
Merge #114
114: v0.6.3 and v0.1.1 r=therealprof a=japaric fixes the `rand` issues r? @rust-embedded/cortex-m (anyone) Co-authored-by: Jorge Aparicio <[email protected]>
2 parents e7f26c9 + 44c9411 commit 27501f8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

cortex-m-rt/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.6.3] - 2018-09-09
11+
12+
### Fixed
13+
14+
- Fixed the `rand` problem for real.
15+
1016
## [v0.6.2] - 2018-09-09
1117

1218
### Fixed

cortex-m-rt/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ license = "MIT OR Apache-2.0"
88
name = "cortex-m-rt"
99
readme = "README.md"
1010
repository = "https://github.com/rust-embedded/cortex-m-rt"
11-
version = "0.6.2"
11+
version = "0.6.3"
1212

1313
[dependencies]
1414
r0 = "0.2.1"
15-
cortex-m-rt-macros = { path = "macros", version = "0.1.0" }
15+
cortex-m-rt-macros = { path = "macros", version = "0.1.1" }
1616

1717
[dev-dependencies]
1818
cortex-m = "0.5.4"

cortex-m-rt/macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"]
77
license = "MIT OR Apache-2.0"
88
name = "cortex-m-rt-macros"
99
repository = "https://github.com/japaric/cortex-m-rt"
10-
version = "0.1.0"
10+
version = "0.1.1"
1111

1212
[lib]
1313
proc-macro = true

0 commit comments

Comments
 (0)