diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-04-09 11:58:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-09 11:58:56 +0100 |
| commit | 53acf850f37d8cc8ffdcfebd7a73343f8dc339b6 (patch) | |
| tree | 5ba94e4cd8deec38dbfafe000fbcadcdc916354f /dist-workspace.toml | |
| parent | chore(release): prepare for release 18.5.0 (#2685) (diff) | |
| download | atuin-53acf850f37d8cc8ffdcfebd7a73343f8dc339b6.zip | |
fix: switch to astral cargo-dist (#2687)
Diffstat (limited to 'dist-workspace.toml')
| -rw-r--r-- | dist-workspace.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-workspace.toml b/dist-workspace.toml index 2794f215..619b325e 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -6,7 +6,7 @@ members = ["cargo:."] # Path that installers should place binaries in install-path = "~/.atuin/bin" # The preferred dist version to use in CI (Cargo.toml SemVer syntax) -cargo-dist-version = "0.28.0" +cargo-dist-version = "0.28.3" # CI backends to support ci = "github" # The installers to generate for each app |
