Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alixinne committed Jan 19, 2020
1 parent 0f5055d commit 3a88cd8
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 6 deletions.
190 changes: 187 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion efiboot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "efiboot"
version = "0.2.0"
version = "0.2.1"
authors = ["Vincent Tavernier <vince.tavernier@gmail.com>"]
description = "EFI boot manager variable editor written in Rust"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion efivar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "efivar"
version = "0.2.0"
version = "0.2.1"
authors = ["Vincent Tavernier <vince.tavernier@gmail.com>"]
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion efivar/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//! In-memory and filesystem storage are also provided for testing purposes, or as a way to dump
//! system variables to an external file.

#![doc(html_root_url = "https://docs.rs/efivar/0.2.0")]
#![doc(html_root_url = "https://docs.rs/efivar/0.2.1")]

#[macro_use]
extern crate bitflags;
Expand Down

0 comments on commit 3a88cd8

Please sign in to comment.