gennyble / hext

A Binary File Markup Language
ISC License
23 stars 0 forks source link

issue with `cargo install` #14

Closed cyphersnake closed 1 year ago

cyphersnake commented 1 year ago

Rust Toolchain 1.65

~ ❯ cargo install hxt
    Updating crates.io index
  Installing hxt v0.1.1
error: failed to compile `hxt v0.1.1`, intermediate artifacts can be found at `/tmp/cargo-installmjgMXZ`

Caused by:
  failed to select a version for the requirement `funty = "~1.2"`
  candidate versions found which didn't match: 2.0.0, 1.1.0, 1.0.1, ...
  location searched: crates.io index
  required by package `bitvec v0.22.3`
      ... which satisfies dependency `bitvec = "^0.22.3"` of package `hext v0.4.0`
      ... which satisfies dependency `hext = "^0.4"` of package `hxt v0.1.1`
gennyble commented 1 year ago

Oi, sorry! A few things made me two weeks late on this. Thank you! I published a new version of hxt and the library hext that fixed it.

funty was yanked and then there were edition 2021 issues, oops.