Skip to content

Commit 982fb8d

Browse files
release v0.3.0
This release adds support for no-std. Signed-off-by: Andreea Florescu <[email protected]>
1 parent 71d27b6 commit 982fb8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Upcoming Release
1+
# v0.3.0
22

33
## Added
44
- [[#68](https://github.com/rust-vmm/vm-fdt/pull/68)] Implemented `no_std`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-fdt"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Crate for writing Flattened Devicetree blobs"
55
authors = ["The Chromium OS Authors"]
66
license = "Apache-2.0 OR BSD-3-Clause"

0 commit comments

Comments
 (0)