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

Commit c1d3caa

Browse files
committed
Version 5.0.1; Doc fixes
1 parent a88b1aa commit c1d3caa

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Cargo.toml

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

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
//! - [x] AArch64
1313
//! - [ ] AArch32
1414
//!
15-
//! ## Minimum Supported Rust Version
16-
//!
17-
//! Requires rustc 1.45.0 or later due to use of the new `asm!()` syntax.
18-
//!
1915
//! ## Usage
2016
//!
2117
//! Example from https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials

0 commit comments

Comments
 (0)