This repository was archived by the owner on Nov 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cortex-a"
3
- version = " 7.5 .0"
3
+ version = " 8.0 .0"
4
4
authors = [" Andre Richter <andre.o.richter@gmail.com>" ]
5
5
description = " Low level access to Cortex-A processors"
6
6
homepage = " https://github.com/rust-embedded/cortex-a"
@@ -24,4 +24,4 @@ default = ["nightly"]
24
24
nightly = [" tock-registers" ]
25
25
26
26
[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.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ the same version of `tock-registers` as is being used by this crate to ensure sa
25
25
interoperatbility.
26
26
27
27
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 ) .
29
29
30
30
``` toml
31
31
[package ]
You can’t perform that action at this time.
0 commit comments