Skip to content

Commit d96f488

Browse files
committed
The features map uploaded maps to features!
1 parent 8e81b67 commit d96f488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub struct NewCrate {
1212
pub name: CrateName,
1313
pub vers: CrateVersion,
1414
pub deps: Vec<CrateDependency>,
15-
pub features: HashMap<CrateName, Vec<CrateName>>,
15+
pub features: HashMap<CrateName, Vec<Feature>>,
1616
pub authors: Vec<String>,
1717
pub description: Option<String>,
1818
pub homepage: Option<String>,

0 commit comments

Comments
 (0)