bab2fc44b6 Bump units version (yancy)

Pull request description:

  The master branch version of units is behind that of crates: https://crates.io/crates/bitcoin-units

  This breaks the ability for those of us trying to patch and work off of master since Cargo ignores the patched version 0.1.1 which is technically ahead.

  I'm not sure how this got out of sync and if there's a preferable way/commit to fix this.

  closes https://github.com/rust-bitcoin/rust-bitcoin/issues/3171

ACKs for top commit:
  Kixunil:
    ACK bab2fc44b6
  apoelstra:
    ACK bab2fc44b6 successfully ran local tests

Tree-SHA512: 0243309dbe0ff2e650f88c136e7e3c22c798bcc744419d5ef72b7929d045acc6015c8710af2861e8782ea5ae3446a9a4c78ae18c394c6e605cd2afc3d7f71bdc
This commit is contained in:
merge-script 2024-08-26 21:20:06 +00:00
commit de6a77d387
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
3 changed files with 3 additions and 3 deletions

View File

@ -120,7 +120,7 @@ dependencies = [
[[package]]
name = "bitcoin-units"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"arbitrary",
"bitcoin-internals",

View File

@ -119,7 +119,7 @@ dependencies = [
[[package]]
name = "bitcoin-units"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"arbitrary",
"bitcoin-internals",

View File

@ -1,6 +1,6 @@
[package]
name = "bitcoin-units"
version = "0.1.1"
version = "0.1.2"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"