Cargo.toml: enable debug symbols in release profile
Maybe now we'll be able to read the backtraces generated by `error-chain` via `hubcaps`.
This commit is contained in:
parent
dd38e6e2ec
commit
8e284c5b6b
|
@ -29,6 +29,9 @@ sys-info = "0.5.6"
|
|||
chrono = "0.4.6"
|
||||
separator = "0.4.1"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
[patch.crates-io]
|
||||
#hubcaps = { path = "../hubcaps" }
|
||||
#amq-proto = { path = "rust-amq-proto" }
|
||||
|
|
Loading…
Reference in a new issue