Skip to content

Commit

Permalink
Merge #209
Browse files Browse the repository at this point in the history
209: Bump cortex-m-rt-macro version to 0.1.6 for release r=korken89 a=therealprof

Closes #206

Signed-off-by: Daniel Egger <daniel@eggers-club.de>

Co-authored-by: Daniel Egger <daniel@eggers-club.de>
  • Loading branch information
bors[bot] and therealprof authored Nov 1, 2019
2 parents 977e2bc + dde955d commit 6e85987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cortex-m-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ autoexamples = true

[dependencies]
r0 = "0.2.2"
cortex-m-rt-macros = { path = "macros", version = "0.1.5" }
cortex-m-rt-macros = { path = "macros", version = "0.1" }

[dev-dependencies]
cortex-m = "0.6"
Expand All @@ -29,7 +29,7 @@ default-features = false
version = "0.5.5"

[target.'cfg(not(target_os = "none"))'.dev-dependencies]
compiletest_rs = "0.3.14"
compiletest_rs = "0.3.25"

[[example]]
name = "device"
Expand Down
4 changes: 2 additions & 2 deletions cortex-m-rt/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "runtime", "startup"]
license = "MIT OR Apache-2.0"
name = "cortex-m-rt-macros"
repository = "https://github.com/japaric/cortex-m-rt"
version = "0.1.5"
version = "0.1.6"

[lib]
proc-macro = true
Expand All @@ -25,4 +25,4 @@ version = "0.5.5"
default-features = false

[dev-dependencies]
cortex-m-rt = { path = "..", version = "0.6.0" }
cortex-m-rt = { path = "..", version = "0.6" }

0 comments on commit 6e85987

Please sign in to comment.