File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ v0.5.0]
2+
3+ ## Fixed
4+ - [[ #104 ]] ( https://github.com/rust-vmm/linux-loader/issues/104 ) Fixed
5+ the ` --no-default-features ` not working.
6+
7+ ## Changed
8+ - [[ #111 ]] ( https://github.com/rust-vmm/linux-loader/pull/111 ) Use
9+ caret requirements for dependencies.
10+
11+ ## Added
12+ - [[ #99 ]] ( https://github.com/rust-vmm/linux-loader/pull/99 ) Implement
13+ ` Debug ` and ` PartialEq ` for ` CmdLine ` .
14+ - [[ #100 ]] ( https://github.com/rust-vmm/linux-loader/pull/100 ) Added
15+ ` Clone ` derive for ` CmdLine ` .
16+
117# [ v0.4.0]
218
319## Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " linux-loader"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [
" Cathy Zhang <[email protected] >" ]
55edition = " 2018"
66license = " Apache-2.0 AND BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments