Igosuki / binance-rs-async

Async client for the Binance APIs
https://crates.io/crates/binance-rs-async
Other
171 stars 114 forks source link

Version 1.3.2 didn't match with the available ones #88

Closed gurkanguray closed 6 months ago

gurkanguray commented 1 year ago

The crate version in readme.md doesn't exist. Run: cargo semver-checks check-release --package binance-rs-async --verbose The output:

Error: cargo metadata exited with an error: Updating crates.io index error: failed to select a version for the requirement binance-rs-async = "^1.3.2" candidate versions found which didn't match: 1.3.1, 1.3.0, 1.2.2, ... location searched: crates.io index

Igosuki commented 1 year ago

Sorry for the delay, I was on vacation. Github Actions should have automatically published 1.3.2 when the pull request was closed (cf branch release/binance-rs-async/1.3.2)

Igosuki commented 6 months ago

1.3.3 is live on crates.io