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
Crates.io doesn't like our feature naming. I will look into whether this is something I can fix myself in crates.io, otherwise report an issue at https://github.com/rust-lang/crates.io.
$ cargo publish Updating crates.io index Packaging cxx v0.3.3 (/git/cxx) Verifying cxx v0.3.3 (/git/cxx) Downloaded cxxbridge-macro v0.3.3 Downloaded 1 crate (27.7 KB) in 1.76s Compiling cc v1.0.52 Compiling proc-macro2 v1.0.12 Compiling unicode-xid v0.2.0 Compiling syn v1.0.20 Compiling quote v1.0.4 Compiling link-cplusplus v1.0.1 Compiling cxx v0.3.3 (/git/cxx/target/package/cxx-0.3.3) Compiling cxxbridge-macro v0.3.3 Finished dev [unoptimized + debuginfo] target(s) in 11.38s Uploading cxx v0.3.3 (/git/cxx)error: api errors (status 200 OK): invalid upload request: invalid value: string "c++14", expected a valid feature name containing only letters, numbers, hyphens, or underscores at line 1 column 959
error: api errors (status 200 OK): invalid upload request: invalid value: string "c++14", expected a valid feature name containing only letters, numbers, hyphens, or underscores at line 1 column 959
The text was updated successfully, but these errors were encountered:
Crates.io doesn't like our feature naming. I will look into whether this is something I can fix myself in crates.io, otherwise report an issue at https://github.com/rust-lang/crates.io.
cxx/Cargo.toml
Lines 16 to 19 in 6aa34e4
The text was updated successfully, but these errors were encountered: