Skip to content

Commit 7a9b31f

Browse files
committed
fix: compile passing
avoid `cargo package` error
1 parent 27f73b7 commit 7a9b31f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ ssl = ["openssl", "hyper/ssl"]
2525

2626
[dependencies]
2727
error-chain = "0.5.0"
28+
backtrace-sys = "=0.1.23"
2829
hyper = { version = "0.9", default-features = false }
2930
openssl = { version = "0.7", optional = true }
3031
serde = "1.0"

0 commit comments

Comments
 (0)