Skip to content

Commit

Permalink
chore: update cargo dist and lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHedmad committed Sep 26, 2024
1 parent 4c8c728 commit da13417
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 28 deletions.
43 changes: 25 additions & 18 deletions Cargo.lock

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

19 changes: 9 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ url = { version = "^2.5", features = ["serde"] }
version-compare = "^0.1"
walkdir = "^2.4"


[dev-dependencies]
chwd = "0.2.0"
git2 = "0.18.2"
paste = "1.0.14"
rusty-fork = "0.3.0"
serial_test = "3.1.1"
similar = "2.4.0"

# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
Expand All @@ -70,15 +79,5 @@ installers = ["shell"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]
# Publish jobs to run in CI
pr-run-mode = "plan"
# Whether cargo-dist should create a Github Release or use an existing draft
create-release = true
# Whether to install an updater program
install-updater = true

[dev-dependencies]
chwd = "0.2.0"
git2 = "0.18.2"
paste = "1.0.14"
rusty-fork = "0.3.0"
serial_test = "3.1.1"
similar = "2.4.0"

0 comments on commit da13417

Please sign in to comment.