You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it is breaking the build of programs depending on sails 0.6.0
Steps
[root@codespaces-48b72c workspaces]# cargo sails new-program x && cd x
[root@codespaces-48b72c x]# cargo b -r
Updating crates.io index
error: failed to select a version for the requirement `gtest = "=1.6.1"`
candidate versions found which didn't match: 1.6.2, 1.5.1, 1.5.0, ...
location searched: crates.io index
required by package `sails-rs v0.6.0`
... which satisfies dependency `sails-rs = "^0.6.0"` of package `x v0.1.0 (/workspaces/x)`
if you are looking for the prerelease package it needs to be specified explicitly
gtest = { version = "1.3.1-pre.3" }
Possible Solution
Allow cargo sails new-program to specify a historical sails version in case the latest doesn't work. It would also be good for reproducibility
Possible cmdline interface:
$ cargo sails new-program --sails-version v0.5.0
Notes
No response
Relevant Log Output
Click to expand/collapse
<Paste your log here>
The text was updated successfully, but these errors were encountered:
Problem
gtest 1.6.1 got yanked and updated to 1.6.2: https://crates.io/crates/gtest/versions
Now it is breaking the build of programs depending on sails 0.6.0
Steps
Possible Solution
Allow cargo sails new-program to specify a historical sails version in case the latest doesn't work. It would also be good for reproducibility
Possible cmdline interface:
Notes
No response
Relevant Log Output
Click to expand/collapse
The text was updated successfully, but these errors were encountered: