aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-06-21 14:21:49 -0700
committerJoel Galenson <jgalenson@google.com>2021-06-21 14:21:49 -0700
commit38fd0f8001cceea88b879e52213f3f1a1033098f (patch)
tree15bbfbe70c91a997eb107cb06fad964623ab3eb1 /Cargo.toml
parent29247806d59f722d151098d71e351be35a94a7a9 (diff)
downloadvsock-38fd0f8001cceea88b879e52213f3f1a1033098f.tar.gz
Upgrade rust/crates/vsock to 0.2.4
Test: make Change-Id: I2b8243e2b6b10866c9778ff4d1d3050faee2f62a
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c4b49fa..be4c916 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "vsock"
-version = "0.2.3"
+version = "0.2.4"
authors = ["fsyncd", "rust-vsock"]
exclude = ["test_fixture"]
description = "Virtio socket support for Rust"