Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 6ae93fe

Browse files
committed
Bump version to 7.5.0
1 parent 97b7a42 commit 6ae93fe

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.rustfmt.toml

-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ format_code_in_doc_comments = true
55
normalize_comments = true
66
wrap_comments = true
77
comment_width = 100
8-
report_fixme = "Always"
9-
report_todo = "Always"

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cortex-a"
3-
version = "7.4.0"
3+
version = "7.5.0"
44
authors = ["Andre Richter <[email protected]>"]
55
description = "Low level access to Cortex-A processors"
66
homepage = "https://github.com/rust-embedded/cortex-a"

0 commit comments

Comments
 (0)