Skip to content

Commit

Permalink
update driver interface version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZR233 committed Feb 6, 2025
1 parent bbca8e8 commit 03c5f16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/driver-interface/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "driver-interface"
version = "0.2.0"
version = "0.3.0"
authors = ["Zhourui <zrufo747@outlook.com>"]
edition.workspace = true
repository = "https://github.com/qclic/sparreal-os"
Expand Down
2 changes: 1 addition & 1 deletion crates/sparreal-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mmu = []
log = "0.4"
buddy_system_allocator = "0.11"
sparreal-macros = { version = "0.6", path = "../sparreal-macros" }
driver-interface = { version = "0.2", path = "../driver-interface" }
driver-interface = { version = "0.3", path = "../driver-interface" }
memory_addr = "0.3"
page-table-generic = { version = "0.5" }
fdt-parser = "0.4"
Expand Down

0 comments on commit 03c5f16

Please sign in to comment.