Skip to content

Commit

Permalink
Add "crate-name={}" tag to Crate Universe targets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjpwalker committed Jan 18, 2023
1 parent 4e89d52 commit db27220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crate_universe/src/rendering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ impl Renderer {
tags.insert("manual".to_owned());
tags.insert("noclippy".to_owned());
tags.insert("norustfmt".to_owned());
tags.insert(format!("crate-name={}", krate.name));
tags
},
version: krate.common_attrs.version.clone(),
Expand Down

0 comments on commit db27220

Please sign in to comment.