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

Commit

Permalink
Bump version to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-richter committed Sep 26, 2022
1 parent 9f41e6e commit ecdb489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cortex-a"
version = "7.5.0"
version = "8.0.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
description = "Low level access to Cortex-A processors"
homepage = "https://github.com/rust-embedded/cortex-a"
Expand All @@ -24,4 +24,4 @@ default = ["nightly"]
nightly = ["tock-registers"]

[dependencies]
tock-registers = { version = "0.8", default-features = false, optional = true } # Use it as interface-only library.
tock-registers = { version = "0.8.x", default-features = false, optional = true } # Use it as interface-only library.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ the same version of `tock-registers` as is being used by this crate to ensure sa
interoperatbility.

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

```toml
[package]
Expand Down

0 comments on commit ecdb489

Please sign in to comment.