-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumps version of Phraze, as well as updates the version of cargo-dist…
… phraze will use to package releases
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "phraze" | ||
description = "Random passphrase generator" | ||
version = "0.3.7" | ||
version = "0.3.8" | ||
edition = "2021" | ||
authors = ["sts10 <[email protected]>"] | ||
license = "MPL-2.0" | ||
|
@@ -31,7 +31,7 @@ lto = "thin" | |
# Config for 'cargo dist' | ||
[workspace.metadata.dist] | ||
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax) | ||
cargo-dist-version = "0.14.1" | ||
cargo-dist-version = "0.15.0" | ||
# CI backends to support | ||
ci = "github" | ||
# The installers to generate for each app | ||
|