Skip to content

Commit 3a88cd8

Browse files
committed
Bump version to 0.2.1
1 parent 0f5055d commit 3a88cd8

File tree

4 files changed

+190
-6
lines changed

4 files changed

+190
-6
lines changed

Cargo.lock

Lines changed: 187 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

efiboot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "efiboot"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Vincent Tavernier <vince.tavernier@gmail.com>"]
55
description = "EFI boot manager variable editor written in Rust"
66
edition = "2018"

efivar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "efivar"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Vincent Tavernier <vince.tavernier@gmail.com>"]
55
license = "MIT"
66
readme = "README.md"

efivar/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//! In-memory and filesystem storage are also provided for testing purposes, or as a way to dump
1313
//! system variables to an external file.
1414
15-
#![doc(html_root_url = "https://docs.rs/efivar/0.2.0")]
15+
#![doc(html_root_url = "https://docs.rs/efivar/0.2.1")]
1616

1717
#[macro_use]
1818
extern crate bitflags;

0 commit comments

Comments
 (0)