mmstick / cargo-deb

A cargo subcommand that generates Debian packages from information in Cargo.toml
615 stars 50 forks source link

`[profile.release] strip = "symbols"` in Cargo.toml is not honored #200

Open getreu opened 2 years ago

getreu commented 2 years ago
$ rustc --version
rustc 1.59.0 (9d1b2106e 2022-02-23)

My Cargo.toml:

[profile.release]
strip = "symbols"
./run-script ../scripts/18-make-deb-package
cargo-deb: unable to parse Cargo.toml
  because: invalid type: string "symbols", expected a boolean for key `profile.release.strip` at line 23 column 9