This repository was archived by the owner on May 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.4.0-1]
4
+
5
+ - [ upstream] vmm-sys-utils dependency bumped to v0.8.0
6
+ - versionize dependency bumped to v0.1.6
7
+
3
8
## [ 0.3.0-3]
4
9
5
10
### Changed
22
27
- [ upstream] Enabled ` fam-wrappers ` support on arm and arm64.
23
28
- [ upstream] Added fam-wrapper for the arm specific ` kvm_reg_list ` struct.
24
29
30
+ ## [ 0.3.0]
31
+
32
+ ### Added
33
+
34
+ - Added versioning support for kvm bindings structures used
35
+ in VM serialization on x86_64.
36
+
25
37
## [ 0.2.0-2]
26
38
27
39
### Changed
32
44
33
45
Built on top of upstream rust-vmm/kvm-bindings v0.2.0.
34
46
35
- ### Added
36
-
37
- - Added versioning support for kvm bindings structures used
38
- in VM serialization on x86_64.
39
-
40
47
## [ 0.2.0]
41
48
42
49
### Added
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " kvm-bindings"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [
" Amazon firecracker team <[email protected] >" ]
5
5
description = " Rust FFI bindings to KVM generated using bindgen."
6
6
repository = " https://github.com/rust-vmm/kvm-bindings"
@@ -14,7 +14,7 @@ kvm-v4_20_0 = []
14
14
fam-wrappers = [" vmm-sys-util" ]
15
15
16
16
[dependencies ]
17
- vmm-sys-util = { version = " >=0.2 .0" , optional = true }
17
+ vmm-sys-util = { version = " >=0.8 .0" , optional = true }
18
18
19
- versionize = { version = " >=0.1.4 " }
19
+ versionize = { version = " >=0.1.6 " }
20
20
versionize_derive = { version = " >=0.1.3" }
You can’t perform that action at this time.
0 commit comments