elast0ny / shared_memory

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

The latest version 0.12.2 on crates.io is still wrong #87

Closed nickkuk closed 2 years ago

nickkuk commented 2 years ago

There is something wrong with the latest version of this crate https://crates.io/crates/shared_memory/0.12.2: it requires log crate, have

default = ["log/release_max_level_off"]

and does not match with version in this repository.

elast0ny commented 2 years ago

Thanks for nudging me on this.

Should be fixed in 0.12.3