Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Aug 15, 2024
1 parent f9c505c commit 3bc5d86
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 32 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
For more details see https://github.com/kornelski/cargo-deb/commits/main/

# 2.6.0

* `--maintainer` overrides maintainer field and makes `authors` in TOML optional.
* Fixed use of `--manifest-path` used from out-of-workspace directories having `.cargo` dir

# 2.5.0

* `--offline`, `--locked`, `--frozen` passed to `cargo metadata` and `cargo build`
Expand Down
76 changes: 45 additions & 31 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://lib.rs/crates/cargo-deb"
keywords = ["debian", "ubuntu", "deploy", "cargo-subcommand"]
repository = "https://github.com/kornelski/cargo-deb"
readme = "README.md"
version = "2.5.2"
version = "2.6.0"
edition = "2021"
rust-version = "1.71"

Expand Down

0 comments on commit 3bc5d86

Please sign in to comment.