Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
This release adds support for no-std.

Signed-off-by: Andreea Florescu <[email protected]>
  • Loading branch information
andreeaflorescu committed Nov 15, 2023
1 parent 71d27b6 commit 982fb8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upcoming Release
# v0.3.0

## Added
- [[#68](https://github.com/rust-vmm/vm-fdt/pull/68)] Implemented `no_std`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vm-fdt"
version = "0.2.0"
version = "0.3.0"
description = "Crate for writing Flattened Devicetree blobs"
authors = ["The Chromium OS Authors"]
license = "Apache-2.0 OR BSD-3-Clause"
Expand Down

0 comments on commit 982fb8d

Please sign in to comment.