You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete empty library crate from cxxbridge-cmd package
This used to be needed in order for cxxbridge-cmd to be vendorable by
cargo vendor, but is superseded by the new "artifact dependencies"
functionality of Cargo.
[dependencies]
cxx = "1"
cxxbridge-cmd = { version = "1", artifact = "bin" }
0 commit comments