aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2022-08-15 14:25:27 +0000
committerAndrew Walbran <qwandor@google.com>2022-08-15 14:45:32 +0000
commita85b73a65fe8abb51a6a511ae21fee43ee3f2c59 (patch)
treee1a28dec649c56fc00a9bbee802af096d7e34ed0 /Cargo.toml.orig
parenta0be3ab677af6bf834818288b104a63d9a4dc168 (diff)
downloadaarch64-paging-a85b73a65fe8abb51a6a511ae21fee43ee3f2c59.tar.gz
Update to 0.3.0.
Test: atest vmbase_example.integration_test Change-Id: I00f5546e5eb8915582d4c8cf8dc9e2c47ab2a8b2
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 74d0137..ca1e9ec 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "aarch64-paging"
-version = "0.2.1"
+version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A library to manipulate AArch64 VMSA EL1 page tables."
@@ -12,5 +12,10 @@ categories = ["embedded", "no-std", "hardware-support"]
[dependencies]
bitflags = "1.3.2"
+[features]
+default = ["alloc"]
+alloc = []
+
[package.metadata.docs.rs]
+all-features = true
default-target = "aarch64-unknown-none"