rust-bitcoin / rust-secp256k1

Rust language bindings for Bitcoin secp256k1 library.
Creative Commons Zero v1.0 Universal
350 stars 270 forks source link

secp256k1-sys v0.10.1 released as a crate but not available here? #742

Closed shesek closed 2 months ago

shesek commented 2 months ago

The v0.10.1 crate was released yesterday: https://crates.io/crates/secp256k1-sys/0.10.1

However the latest version on current master is v0.10.0:

https://github.com/rust-bitcoin/rust-secp256k1/blob/d042094a90f92c944dfc28332ebc140dbd4ef285/secp256k1-sys/Cargo.toml#L3

shesek commented 2 months ago

/cc @apoelstra

Kixunil commented 2 months ago

It's in the 0.29.x branch.

shesek commented 2 months ago

Ah I see, my apologies for the confusion :)