Closed ivanovaleksey closed 6 years ago
Hello @mquander,
In d635e60 we stopped using cstr-macro crate and added our own c_str! macro. It seems like janus-plugin crate is no longer depends on cstr-macro and it could be removed from Cargo.toml.
cstr-macro
c_str!
janus-plugin
Cargo.toml
What do you think?
Oh, how strange that I forgot to remove it! Thank you.
Hello @mquander,
In d635e60 we stopped using
cstr-macro
crate and added our ownc_str!
macro. It seems likejanus-plugin
crate is no longer depends oncstr-macro
and it could be removed fromCargo.toml
.What do you think?