From a85b73a65fe8abb51a6a511ae21fee43ee3f2c59 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Mon, 15 Aug 2022 14:25:27 +0000 Subject: Update to 0.3.0. Test: atest vmbase_example.integration_test Change-Id: I00f5546e5eb8915582d4c8cf8dc9e2c47ab2a8b2 --- Cargo.toml.orig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Cargo.toml.orig') 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" -- cgit v1.2.3