Skip to content

Commit

Permalink
create files called rust-dash-version
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Apr 15, 2024
1 parent 8d1144a commit eea769b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ fn list_crates_with_rust_dash_version(
) -> Result<(), Box<dyn Error>> {
for rust_dash_version in rust_dash_versions_vector {
render_filtered_crates(
&format!("rust-version-{}", rust_dash_version.1),
&format!("rust-dash-version-{}", rust_dash_version.1),
&format!(
"Crates with rust-version field being '{}'",
rust_dash_version.0
Expand Down

0 comments on commit eea769b

Please sign in to comment.