elast0ny / shared_memory

A Rust wrapper around native shared memory for Linux and Windows
380 stars 51 forks source link

New crates.io release required #69

Closed phil-opp closed 3 years ago

phil-opp commented 3 years ago

The latest crates.io version 0.11.4 does no longer work because it still has a 0.* wildcard dependency on nix. Thus, cargo uses the latest available version, nix 0.22, which is not compatible with this crate without adjustments (see #68). The wildcard dependencies were fixed in January as part of https://github.com/elast0ny/shared_memory-rs/pull/57, but this wasn't released to crates.io yet.

rdfriese commented 3 years ago

I can verify we are having the same issue

elast0ny commented 3 years ago

Thanks for the issue & PR, I will take a look in the next few days and will publish 0.12 👍

elast0ny commented 3 years ago

I updated master to use latest nix but also remembered why I never published version 12, i wrote an issue to track what I will do about it.