-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from rcore-os/release
Prepare for 0.7.5 release
- Loading branch information
Showing
7 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
[package] | ||
name = "virtio-drivers" | ||
version = "0.7.4" | ||
version = "0.7.5" | ||
license = "MIT" | ||
authors = [ | ||
"Jiajie Chen <[email protected]>", | ||
"Runji Wang <[email protected]>", | ||
"Yuekai Jia <[email protected]>", | ||
"Andrew Walbran <[email protected]>", | ||
] | ||
edition = "2018" | ||
edition = "2021" | ||
description = "VirtIO guest drivers." | ||
repository = "https://github.com/rcore-os/virtio-drivers" | ||
keywords = ["virtio"] | ||
categories = ["hardware-support", "no-std"] | ||
|
||
[dependencies] | ||
log = "0.4" | ||
bitflags = "2.3.0" | ||
enumn = "0.1.13" | ||
zerocopy = { version = "0.7.5", features = ["derive"] } | ||
log = "0.4.22" | ||
bitflags = "2.6.0" | ||
enumn = "0.1.14" | ||
zerocopy = { version = "0.7.35", features = ["derive"] } | ||
|
||
[features] | ||
default = ["alloc"] | ||
alloc = ["zerocopy/alloc"] | ||
|
||
[dev-dependencies] | ||
zerocopy = { version = "0.7.5", features = ["alloc"] } | ||
zerocopy = { version = "0.7.35", features = ["alloc"] } |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "riscv" | ||
version = "0.1.0" | ||
authors = ["Runji Wang <[email protected]>"] | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters