File tree Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -40,22 +40,5 @@ codegen-units = 1
4040inherits = " release"
4141lto = " 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 ]
6144duckdb = [ " dep:duckdb" ]
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments