mnetship / ratsio

NATS & NATS Streaming Server client library for Rust
MIT License
50 stars 22 forks source link

nkeys = "^0.0.3" #6

Closed geauxvirtual closed 4 years ago

geauxvirtual commented 4 years ago

When trying to build version 0.3.0 of this library, cargo is returning the following error with regards to nkeys dependency.

error:: failed to select a version for the requirement `nkeys = "^0.0.3"`
  candidate versions found which didn't match: 0.0.8, 0.0.7, 0.0.6

Cargo docs show 0.0.x is not compatible with any other version. https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#caret-requirements

^0.0.3  :=  >=0.0.3 <0.0.4
^0.0    :=  >=0.0.0 <0.1.0
^0      :=  >=0.0.0 <1.0.0