Skip to content

Commit

Permalink
Move profiles to workspace Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Oct 12, 2024
1 parent 1b7870a commit f102771
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ default-members = [
"rustler",
"rustler_codegen",
]

[profile.dev]
panic = "unwind"

[profile.release]
panic = "unwind"

6 changes: 0 additions & 6 deletions rustler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ serde = { version = "1", optional = true }
[build-dependencies]
regex-lite = "0.1"

[profile.dev]
panic = "unwind"

[profile.release]
panic = "unwind"

[package.metadata.release]

[[package.metadata.release.pre-release-replacements]]
Expand Down

0 comments on commit f102771

Please sign in to comment.