File tree Expand file tree Collapse file tree 8 files changed +20
-8
lines changed Expand file tree Collapse file tree 8 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ edition = "2021"
13
13
14
14
[dependencies ]
15
15
virtio-bindings = { path = " ../virtio-bindings" , version = " 0.2.3" }
16
- virtio-queue = { path = " ../virtio-queue" , version = " 0.12 .0" }
16
+ virtio-queue = { path = " ../virtio-queue" , version = " 0.13 .0" }
17
17
vm-memory = " 0.15.0"
18
18
19
19
[dev-dependencies ]
20
- virtio-queue = { path = " ../virtio-queue" , version = " 0.12 .0" , features = [" test-utils" ] }
20
+ virtio-queue = { path = " ../virtio-queue" , version = " 0.13 .0" , features = [" test-utils" ] }
21
21
vm-memory = { version = " 0.15.0" , features = [" backend-mmap" ] }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ edition = "2021"
13
13
vm-memory = " 0.15.0"
14
14
log = " 0.4.17"
15
15
virtio-bindings = { path = " ../virtio-bindings" }
16
- virtio-queue = { path = " ../virtio-queue" , version = " 0.12 .0" }
16
+ virtio-queue = { path = " ../virtio-queue" , version = " 0.13 .0" }
17
17
18
18
[dev-dependencies ]
19
19
vm-memory = { version = " 0.15.0" , features = [" backend-mmap" , " backend-atomic" ] }
Original file line number Diff line number Diff line change 1
1
# Upcoming release
2
2
3
+ ## Changed
4
+
5
+ - Updated virtio-queue from 0.12.0 to 0.13.0.
6
+ - Updated vm-memory from 0.14.0 to 0.15.0.
7
+
3
8
# v0.9.0
4
9
10
+ ## Changed
11
+
5
12
- Updated virtio-queue from 0.11.0 to 0.12.0.
6
13
7
14
# v0.8.0
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ versionize_derive = "0.1.3"
18
18
# 1:1-relationship between virtio-queue and virtio-queue-ser releases. This is
19
19
# to prevent accidental changes to the serializer output in a patch release of
20
20
# virtio-queue.
21
- virtio-queue = { path = " ../virtio-queue" , version = " =0.12 .0" }
21
+ virtio-queue = { path = " ../virtio-queue" , version = " =0.13 .0" }
22
22
vm-memory = " 0.15.0"
23
23
24
24
[dev-dependencies ]
25
- virtio-queue = { path = " ../virtio-queue" , version = " =0.12 .0" , features = [" test-utils" ] }
25
+ virtio-queue = { path = " ../virtio-queue" , version = " =0.13 .0" , features = [" test-utils" ] }
Original file line number Diff line number Diff line change 1
1
# Upcoming
2
2
3
+ # v0.13.0
4
+
3
5
## Changed
4
6
7
+ - Updated vm-memory from 0.14.0 to 0.15.0
5
8
- Updated virtio-bindings from 0.2.2 to 0.2.3.
6
9
7
10
# v0.12.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " virtio-queue"
3
- version = " 0.12 .0"
3
+ version = " 0.13 .0"
4
4
authors = [" The Chromium OS Authors" ]
5
5
description = " virtio queue implementation"
6
6
repository = " https://github.com/rust-vmm/vm-virtio"
Original file line number Diff line number Diff line change 3
3
## Changed
4
4
5
5
- Updated virtio-bindings from 0.2.2 to 0.2.3.
6
+ - Updated virtio-queue from 0.12.0 to 0.13.0.
7
+ - Updated vm-memory from 0.14.0 to 0.15.0.
6
8
7
9
# v0.6.0
8
10
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ edition = "2021"
11
11
12
12
[dependencies ]
13
13
# The `path` part gets stripped when publishing the crate.
14
- virtio-queue = { path = " ../virtio-queue" , version = " 0.12 .0" }
14
+ virtio-queue = { path = " ../virtio-queue" , version = " 0.13 .0" }
15
15
virtio-bindings = { path = " ../virtio-bindings" , version = " 0.2.3" }
16
16
vm-memory = " 0.15.0"
17
17
18
18
[dev-dependencies ]
19
- virtio-queue = { path = " ../virtio-queue" , version = " 0.12 .0" , features = [" test-utils" ] }
19
+ virtio-queue = { path = " ../virtio-queue" , version = " 0.13 .0" , features = [" test-utils" ] }
20
20
vm-memory = { version = " 0.15.0" , features = [" backend-mmap" , " backend-atomic" ] }
You can’t perform that action at this time.
0 commit comments