Skip to content

Commit 0611484

Browse files
committed
fix: specify profile in cargo.toml rather than dist-workspace.toml
1 parent e15a880 commit 0611484

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

api/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ chrono = { version = "0.4.38", features = ["serde"] }
2424
regex = "1.10.6"
2525
reqwest = { version = "0.12.15", features = ["json"] }
2626
urlencoding = "2.1.3"
27-
openssl = { version = "0.10.72", features = ["vendored"] }
27+
#openssl = { version = "0.10.72", features = ["vendored"] }
2828
pq-sys = { version = "0.6", features = ["bundled"] }
2929
url = "2.5.4"
3030
clap = { version = "4.5.47", features = ["derive"] }
@@ -39,3 +39,6 @@ serial_test = "3.0"
3939

4040
[features]
4141
integration-tests = []
42+
43+
[profile.dist]
44+
inherits = "release"

dist-workspace.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ targets = ["x86_64-unknown-linux-gnu"]
1919
# Path that installers should place binaries in
2020
install-path = "${XDG_BIN_HOME:-$HOME/.local/bin}"
2121
# Whether to install an updater program
22-
install-updater = false
23-
profile = "release"
22+
install-updater = false

0 commit comments

Comments
 (0)