Skip to content

Commit 01c5742

Browse files
committed
update version
1 parent dc54f10 commit 01c5742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docbuilder/rustwide_builder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,8 +1755,8 @@ mod tests {
17551755
assert_eq!(
17561756
json_files,
17571757
vec![
1758-
format!("empty-library_1.0.0_{HOST_TARGET}_45.json.zst"),
1759-
format!("empty-library_1.0.0_{HOST_TARGET}_latest.json.zst"),
1758+
format!("{crate_}_{version}_{HOST_TARGET}_45.json.zst"),
1759+
format!("{crate_}_{version}_{HOST_TARGET}_latest.json.zst"),
17601760
]
17611761
);
17621762

0 commit comments

Comments
 (0)