We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e81b67 commit d96f488Copy full SHA for d96f488
src/upload.rs
@@ -12,7 +12,7 @@ pub struct NewCrate {
12
pub name: CrateName,
13
pub vers: CrateVersion,
14
pub deps: Vec<CrateDependency>,
15
- pub features: HashMap<CrateName, Vec<CrateName>>,
+ pub features: HashMap<CrateName, Vec<Feature>>,
16
pub authors: Vec<String>,
17
pub description: Option<String>,
18
pub homepage: Option<String>,
0 commit comments