Skip to content

Commit 18d6a53

Browse files
committed
Publish new versions of all the crates
1 parent 2586077 commit 18d6a53

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "uefi"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Gabriel Majeri <gabriel.majeri6@gmail.com>"]
55
readme = "README.md"
66
edition = "2018"
77
exclude = [
8+
".cargo/**",
89
"uefi-macros/**",
910
"uefi-services/**",
1011
"uefi-test-runner/**",

uefi-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uefi-macros"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
55
edition = "2018"
66
description = "Procedural macros for the uefi-rs crate"

uefi-services/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uefi-services"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Gabriel Majeri <gabriel.majeri6@gmail.com>"]
55
edition = "2018"
66
description = "Higher-level utilities for uefi-rs"

0 commit comments

Comments
 (0)