Skip to content

Commit ead9be9

Browse files
committed
Prepare for 0.2.0 release.
1 parent d14a6b0 commit ead9be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aarch64-paging"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "A library to manipulate AArch64 VMSA EL1 page tables."
@@ -10,7 +10,7 @@ keywords = ["arm", "aarch64", "cortex-a", "vmsa", "pagetable"]
1010
categories = ["embedded", "no-std", "hardware-support"]
1111

1212
[dependencies]
13-
bitflags = "1.3"
13+
bitflags = "1.3.2"
1414

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

0 commit comments

Comments
 (0)