Skip to content

Commit

Permalink
fix(crates-io): pin to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Sep 24, 2024
1 parent 7d1f0f9 commit 906f7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/crates-io/src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl Workspace {
continue;
}

dep["version"] = toml_edit::value(version.clone());
dep["version"] = toml_edit::value(format!("={version}"));

if simulate {
dep["registry"] = toml_edit::value(CARGO_REGISTRY_NAME);
Expand Down

0 comments on commit 906f7da

Please sign in to comment.