Skip to content

Commit

Permalink
chore: update in cargoo toml dist version
Browse files Browse the repository at this point in the history
  • Loading branch information
shanithkk committed May 8, 2024
1 parent 2deff6c commit 6d5bc31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version = "0.0.5"
# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.13.3"
cargo-dist-version = "0.14.0"
# CI backends to support
ci = ["github"]
ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
Expand Down

0 comments on commit 6d5bc31

Please sign in to comment.