fix(ci): covector errorOnVersionRange config

This commit is contained in:
Lucas Nogueira 2021-05-11 16:57:04 -03:00
parent c954719dce
commit d03c98b0e6
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F

View File

@ -3,7 +3,7 @@
"timeout": 3600000,
"pkgManagers": {
"rust": {
"errorOnVersionRange": "1.0.0-beta-rc.100 - 99.x || ^1.1.0-0 || ^2.0.0-0",
"errorOnVersionRange": "1.0.0-beta.100 - 99.x || ^1.1.0-0 || ^2.0.0-0",
"version": true,
"getPublishedVersion": "cargo search ${ pkgFile.pkg.package.name } --limit 1 | sed -nE \"s/^[^\\\"]*\\\"//; s/\\\".*//1p\"",
"prepublish": [