Skip to content

Commit fe16ead

Browse files
committed
chore: update dist config
1 parent 0022ec2 commit fe16ead

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

Cargo.toml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,5 @@ codegen-units = 1
4040
inherits = "release"
4141
lto = "thin"
4242

43-
# Config for 'cargo dist'
44-
[workspace.metadata.dist]
45-
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
46-
cargo-dist-version = "0.21.1"
47-
# CI backends to support
48-
ci = "github"
49-
# The installers to generate for each app
50-
installers = ["shell", "powershell"]
51-
# Target platforms to build apps for (Rust target-triple syntax)
52-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
53-
# Whether to install an updater program
54-
install-updater = true
55-
# Skip checking whether the specified configuration files are up to date
56-
allow-dirty = ["ci"]
57-
# Path that installers should place binaries in
58-
install-path = "CARGO_HOME"
59-
6043
[features]
6144
duckdb = [ "dep:duckdb" ]

dist-workspace.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[workspace]
2+
members = ["cargo:."]
3+
4+
# Config for 'dist'
5+
[dist]
6+
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
7+
cargo-dist-version = "0.28.2"
8+
# CI backends to support
9+
ci = "github"
10+
# The installers to generate for each app
11+
installers = ["shell", "powershell"]
12+
# Target platforms to build apps for (Rust target-triple syntax)
13+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
14+
# Whether to install an updater program
15+
install-updater = true
16+
# Skip checking whether the specified configuration files are up to date
17+
allow-dirty = ["ci"]
18+
# Path that installers should place binaries in
19+
install-path = "CARGO_HOME"

0 commit comments

Comments
 (0)