-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With the advent of the new methods from tempfile.rs and tempdir.rs, we should promptly support their usage through a new version of the crate. Signed-off-by: Iulian Barbu <[email protected]>
- Loading branch information
1 parent
6e23c27
commit 15d404a
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vmm-sys-util" | ||
version = "0.2.1" | ||
version = "0.3.0" | ||
authors = ["Intel Virtualization Team <[email protected]>"] | ||
description = "A system utility set" | ||
repository = "https://github.com/rust-vmm/vmm-sys-util" | ||
|