Skip to content

Commit

Permalink
feat: release 0.1.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed Aug 4, 2024
1 parent 0c25da3 commit 21574e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polyhal"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "This crate provides the interface for multiple platforms."
authors = ["yfblock@321353225@qq.com"]
Expand All @@ -26,7 +26,7 @@ log = "0.4"
fdt = "0.1.5"
bitflags = "2.0.2"
cfg-if = "1.0.0"
polyhal-macro = "0.1.2"
polyhal-macro = "0.1.3"
spin = { version = "0.9.8", features = ["mutex"] }

[target.'cfg(target_arch = "riscv64")'.dependencies]
Expand Down
6 changes: 3 additions & 3 deletions example/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 polyhal-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polyhal-macro"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
description = "This crate provides macros for polyhal."
authors = ["yfblock@321353225@qq.com"]
Expand Down

0 comments on commit 21574e0

Please sign in to comment.