Skip to content

Commit

Permalink
Release 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Sep 19, 2023
1 parent 82f5070 commit ae9b42a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.10"
version = "0.2.11"
authors = ["Colin Walters <[email protected]>"]
edition = "2021"
rust-version = "1.70.0"
Expand Down
2 changes: 1 addition & 1 deletion ci/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ commit=$(git rev-parse HEAD)
# Generate a vendor tarball of sources to attach to a release
# in order to support offline builds.
vendor_dest=target/${name}-${version}-vendor.tar.gz
cargo vendor-filterer --format=tar.gz "${vendor_dest}"
cargo vendor-filterer --prefix=vendor --format=tar.gz "${vendor_dest}"

echo "Prepared ${version} at commit ${commit}"

0 comments on commit ae9b42a

Please sign in to comment.