Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: on profile.release using "symbols" #22

Closed
Corfucinas opened this issue Mar 22, 2022 · 1 comment
Closed

Error: on profile.release using "symbols" #22

Corfucinas opened this issue Mar 22, 2022 · 1 comment

Comments

@Corfucinas
Copy link

With Rust 1.59 it is possible to use on stable

[profile.release]
strip = "symbols"

This is equivalent to

[profile.release]
strip = true

However, if somebody uses an option that is no a boolean, the following error will appear

cargo-deb: unable to parse Cargo.toml
  because: invalid type: string "symbols", expected a boolean for key `profile.release.strip` at line 34 column 9
cargo deb --version
1.36.0
@kornelski
Copy link
Owner

This is fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants