We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec066d commit 0494c05Copy full SHA for 0494c05
crates/devices/virtio-vsock/CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# Upcoming
2
+
3
+# v0.3.2
4
5
+## Changes
6
7
+- Update vm-memory from 0.12.0 to 0.13.1.
8
+- Update virtio-queue from 0.9.0 to 0.9.1.
9
10
# v0.3.1
11
12
## Changes
crates/devices/virtio-vsock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "virtio-vsock"
-version = "0.3.1"
+version = "0.3.2"
authors = ["rust-vmm community", "rust-vmm AWS maintainers <[email protected]>"]
description = "virtio vsock device implementation"
repository = "https://github.com/rust-vmm/vm-virtio"
0 commit comments