Skip to content

Commit

Permalink
Prepare for 0.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jun 22, 2022
1 parent d14a6b0 commit ead9be9
Showing 1 changed file with 2 additions and 2 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 = "aarch64-paging"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A library to manipulate AArch64 VMSA EL1 page tables."
Expand All @@ -10,7 +10,7 @@ keywords = ["arm", "aarch64", "cortex-a", "vmsa", "pagetable"]
categories = ["embedded", "no-std", "hardware-support"]

[dependencies]
bitflags = "1.3"
bitflags = "1.3.2"

[package.metadata.docs.rs]
default-target = "aarch64-unknown-none"

0 comments on commit ead9be9

Please sign in to comment.