Skip to content

Commit 81eea9f

Browse files
committed
feat: update axaddrspace dependency to version 0.2.0 and add target architecture configuration
1 parent d0cb6fd commit 81eea9f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ page_table_entry = "0.5"
2828
memory_addr = "0.4"
2929
crate_interface = "0.1"
3030

31-
axaddrspace = "0.1.0"
31+
axaddrspace = "0.2.0"
3232
axvcpu = "0.1.0"
3333
x86_vlapic = "0.1.0"
3434
axdevice_base = "0.1.0"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#![no_std]
22
#![feature(doc_cfg)]
3+
#![cfg(target_arch = "x86_64")]
34
#![doc = include_str!("../README.md")]
45

56
#[macro_use]

0 commit comments

Comments
 (0)