Closed jakasi2 closed 4 years ago
It was renamed to empty
Well probably, but this is the crate from crates.io. How can this be fixed so it would also work for others? The issue occurs when the crate is downloaded and is compiling, before the user's code is being compiled.. as a part of cargo build
. The version is 0.5.6
.
From Cargo.toml
[dependencies]
ramp = "0.5.6"
PS Just saw it was updated. Just have to wait it's updated on crates.io I guess. :)
Issue was updated in 0.5.7 . It was because of Rust std::ptr interface change.
Thanks for the report! Published on crates.io!
hi, I am using
rustc 1.45.0-nightly (7ced01a73 2020-04-30)
and when I try to build a simple program I am stuck atramp
compilation stage. I try to build withcargo build --release
. I get the following error.What am I doing wrong? Thanks