Skip to content

Commit

Permalink
Merge #324
Browse files Browse the repository at this point in the history
324: bump version to 0.6.13 r=adamgreig a=jordens

The currently released version is 0.6.13 but the version in Cargo.toml was still 0.6.11.
This enables cargo-patching in the git repository if other crates need newer cortex-m-rt.

Co-authored-by: Robert Jördens <rj@quartiq.de>
  • Loading branch information
bors[bot] and jordens committed Apr 29, 2021
2 parents 3421816 + 92d2fe9 commit bdb95ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-m-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "cortex-m-rt"
readme = "README.md"
repository = "https://github.com/rust-embedded/cortex-m-rt"
version = "0.6.11"
version = "0.6.13"
autoexamples = true
links = "cortex-m-rt" # Prevent multiple versions of cortex-m-rt being linked

Expand Down

0 comments on commit bdb95ca

Please sign in to comment.