Skip to content

Commit

Permalink
chore: Update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed Jan 16, 2024
1 parent d7828c5 commit 00d82a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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 efivar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "efivar"
version = "1.4.0"
version = "2.0.0"
authors = ["Vincent Tavernier <v.tavernier@pm.me>", "iTrooz <cratesio@itrooz.fr>"]
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/1.4.0")]
#![doc(html_root_url = "https://docs.rs/efivar/2.0.0")]

#[macro_use]
extern crate bitflags;
Expand Down
4 changes: 2 additions & 2 deletions efivarcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "efivarcli"
version = "1.4.0"
version = "2.0.0"
authors = ["Vincent Tavernier <v.tavernier@pm.me>", "iTrooz <cratesio@itrooz.fr>"]
license = "MIT"
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ edition = "2018"
[dependencies]
byteorder = "1.4.3"
clap = { version = "4.4.6", features = ["derive", "env"] }
efivar = { version = "1.4.0", path = "../efivar", features = ["store"] }
efivar = { version = "2.0.0", path = "../efivar", features = ["store"] }
itertools = "0.11.0"
uuid = { version = "1.4.1" }

Expand Down

0 comments on commit 00d82a1

Please sign in to comment.