Skip to content

Commit 72ffc6e

Browse files
committed
Prepare release of Rust crates version 0.7.1
1 parent b686967 commit 72ffc6e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ crate-type = ["cdylib"]
1919
ctor = "0.2"
2020
log = "0.4.8"
2121
simplelog = { version = "0.12.0", default-features = false, features = [ "termcolor" ] }
22-
cmsis-pack = { version = "0.7.0", path = "rust/cmsis-pack" }
22+
cmsis-pack = { version = "0.7.1", path = "rust/cmsis-pack" }
2323
anyhow = { version = "1.0.56", features = ["backtrace"] }
2424

2525
[features]

rust/cmsis-cffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmsis-cffi"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Jimmy Brisson <theotherjimmy@gmail.com>",
55
"Chris Reed <flit@me.com>",
66
"Mathias Brossard <mathias.brossard@arm.com>"]

rust/cmsis-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmsis-cli"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Jimmy Brisson <theotherjimmy@gmail.com>",
55
"Chris Reed <flit@me.com>",
66
"Mathias Brossard <mathias.brossard@arm.com>"]

rust/cmsis-pack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmsis-pack"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = [
55
"Jimmy Brisson <theotherjimmy@gmail.com>",
66
"Chris Reed <flit@me.com>",

0 commit comments

Comments
 (0)