Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/arceos-hypervisor/axvisor_api"
[package]
name = "axvisor_api"
description = "Basic API for components of the Hypervisor on ArceOS"
version = "0.1.0"
version = "0.2.0"
keywords = ["axvisor", "api", "embedded"]
categories = ["embedded", "no-std"]
authors.workspace = true
Expand All @@ -22,8 +22,8 @@ license.workspace = true
repository.workspace = true

[dependencies]
axvisor_api_proc = { path = "axvisor_api_proc", version = "0.1.0"}
axvisor_api_proc = { path = "axvisor_api_proc", version = "0.2.0"}

crate_interface = "0.1"
crate_interface = "0.2"
memory_addr = "0.4"
axaddrspace = "0.1.0"
2 changes: 1 addition & 1 deletion axvisor_api_proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axvisor_api_proc"
version = "0.1.0"
version = "0.2.0"
description = "Procedural macros for the `axvisor_api` crate"
keywords = ["axvisor", "api", "embedded", "macros"]
categories = ["development-tools::procedural-macro-helpers"]
Expand Down
111 changes: 0 additions & 111 deletions axvisor_api_proc/src/items.rs

This file was deleted.

Loading