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 d9f3c69 commit e986486Copy full SHA for e986486
CHANGELOG.md
@@ -8,6 +8,13 @@
8
### Removed
9
### Deprecated
10
11
+## [v0.1.3]
12
+
13
+### Added
14
15
+- [[#102]](https://github.com/rust-vmm/vm-allocator/pull/102): Derived
16
+ Clone for IdAllocator type.
17
18
## [v0.1.2]
19
20
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vm-allocator"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "Helpers for allocating resources needed during the lifetime of a VM."
5
repository = "https://github.com/rust-vmm/vm-allocator"
6
authors = ["rust-vmm AWS maintainers <[email protected]>"]
0 commit comments