Skip to content

Commit

Permalink
release: apply version updates from current changes (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: amr-crabnebula <[email protected]>
  • Loading branch information
github-actions[bot] and amr-crabnebula authored Oct 9, 2023
1 parent dde1ab3 commit c7cad4f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/config-removed.md

This file was deleted.

4 changes: 4 additions & 0 deletions crates/packager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.2.0]

- [`dde1ab3`](https://www.github.com/crabnebula-dev/cargo-packager/commit/dde1ab34b59ee614fc24e47a5caa8ebc04d92a08)([#43](https://www.github.com/crabnebula-dev/cargo-packager/pull/43)) Remove the deprecated `cargo-packager-config` dependency.

## \[0.1.2]

- [`1809f10`](https://www.github.com/crabnebula-dev/cargo-packager/commit/1809f10b4fd1720fd740196f67c3c980ade0a6bd) Respect the `config.enabled` option.
Expand Down
18 changes: 12 additions & 6 deletions crates/packager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
[package]
name = "cargo-packager"
version = "0.1.2"
version = "0.2.0"
description = "Rust executable packager and bundler CLI and library."
edition.workspace = true
license.workspace = true
repository.workspace = true
authors = [
"CrabNebula Ltd.",
"Tauri Programme within The Commons Conservancy",
Expand All @@ -19,6 +16,15 @@ categories = [
"os"
]

[package.edition]
workspace = true

[package.license]
workspace = true

[package.repository]
workspace = true

[package.metadata.docs.rs]
rustdoc-args = [ "--cfg", "doc_cfg" ]
default-target = "x86_64-unknown-linux-gnu"
Expand All @@ -31,7 +37,7 @@ targets = [
[features]
default = [ "cli" ]
cli = [ "clap", "tracing-subscriber" ]
schema = ["schemars"]
schema = [ "schemars" ]

[dependencies]
thiserror = { workspace = true }
Expand Down Expand Up @@ -60,7 +66,7 @@ minisign = "0.7"
tar = "0.4"
libflate = "2.0"
strsim = "0.10"
schemars = { workspace = true, optional = true }
schemars = { workspace = true, optional = true }

[target."cfg(target_os = \"windows\")".dependencies]
winreg = "0.51"
Expand Down

0 comments on commit c7cad4f

Please sign in to comment.