Skip to content

Commit

Permalink
chore(deps): update rust crate clap to v4.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent d5b7c7a commit b0425ff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 51 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 2 additions & 42 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "dreamy-cli"
authors = ["Silen Celeste Locatelli"]
version = "1.0.18"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
repository = "https://github.com/LunchTimeCode/dreamy-cli"
Expand All @@ -25,43 +24,4 @@ clap-markdown = "0.1.3"
anyhow = "1.0.86"
reqwest = { version = "0.12.4", features = ["blocking", "json"] }
tokio = { version = "1", features = ["full"] }
colored = "2"



[profile.dist]
inherits = "release"
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.19.1"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell", "npm", "msi"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# The archive format to use for windows builds (defaults .zip)
windows-archive = ".tar.gz"
# The archive format to use for non-windows builds (defaults .tar.xz)
unix-archive = ".tar.gz"
# A namespace to use when publishing this package to the npm registry
npm-scope = "@lunchtimecode"
# Publish jobs to run in CI
publish-jobs = ["npm"]
# Publish jobs to run in CI
pr-run-mode = "plan"
# Path that installers should place binaries in
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = true
# Whether cargo-dist should create a Github Release or use an existing draft
create-release = false

[package.metadata.wix]
upgrade-guid = "25688B1E-471D-4B40-B861-729B52B5E8C5"
path-guid = "C351A336-4918-4E77-8F7C-04CA2C13DFB7"
license = false
eula = false
colored = "2"

0 comments on commit b0425ff

Please sign in to comment.