We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b12cc5 commit 7fc8419Copy full SHA for 7fc8419
tests/serde.rs
@@ -1,8 +1,8 @@
1
#![cfg(feature = "serde")]
2
3
extern crate bincode;
4
-extern crate serde_cbor;
5
extern crate secp256k1;
+extern crate serde_cbor;
6
7
#[cfg(feature = "global-context")]
8
use secp256k1::{KeyPair, Secp256k1};
0 commit comments