Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bootupd"
description = "Bootloader updater"
license = "Apache-2.0"
version = "0.2.33"
version = "0.2.34"
Comment thread
Johan-Liebert1 marked this conversation as resolved.
authors = ["Colin Walters <walters@verbum.org>"]
edition = "2021"
rust-version = "1.90.0"
Expand Down
2 changes: 1 addition & 1 deletion contrib/packaging/bootupd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global crate bootupd

Name: rust-%{crate}
Version: 0.2.33
Version: 0.2.34
Release: 1%{?dist}
Summary: Bootloader updater

Expand Down
Loading