Skip to content
Snippets Groups Projects
Unverified Commit 36d5b078 authored by Tobias Bieniek's avatar Tobias Bieniek Committed by GitHub
Browse files

fix(versioning/cargo): Disable support for `rangeStrategy: widen` (#20357)

parent 2d65f27d
No related merge requests found
......@@ -12,7 +12,6 @@ export const urls = [
export const supportsRanges = true;
export const supportedRangeStrategies: RangeStrategy[] = [
'bump',
'widen',
'pin',
'replace',
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment