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

Commit ecdb489

Browse files
committed
Bump version to 8.0.0
1 parent 9f41e6e commit ecdb489

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cortex-a"
3-
version = "7.5.0"
3+
version = "8.0.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"
@@ -24,4 +24,4 @@ default = ["nightly"]
2424
nightly = ["tock-registers"]
2525

2626
[dependencies]
27-
tock-registers = { version = "0.8", default-features = false, optional = true } # Use it as interface-only library.
27+
tock-registers = { version = "0.8.x", default-features = false, optional = true } # Use it as interface-only library.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ the same version of `tock-registers` as is being used by this crate to ensure sa
2525
interoperatbility.
2626

2727
For example, in the following snippet, `X.Y.Z` should be the same version of `tock-registers` that
28-
is mentioned in `cortex-a`'s [`Cargo.toml`](Cargo.toml).
28+
is mentioned in `cortex-a`'s [`Cargo.toml`](Cargo.toml#L27).
2929

3030
```toml
3131
[package]

0 commit comments

Comments
 (0)