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
@thehydroimpulse I noticed the appveyor script is using the nightly build of rust while the travis one is using version 1.0.0. How do we go on with this now ?
@GGist This means that as long as the travis build is ok, the appveyor should be ok too, but the opposite maybe true only as long as no new feature of rust are used.
The text was updated successfully, but these errors were encountered:
Ah yes, that's a good point. It can definitely be changed to use 1.0.0 instead.
I also noticed that recently the install page on the rust site does not have the .exe file posted, although the download link it still working. I can test to see if Appveyor will work using the .msi that is on that page in case the .exe method of installation has been deprecated.
@thehydroimpulse I noticed the appveyor script is using the nightly build of rust while the travis one is using version 1.0.0. How do we go on with this now ?
@GGist This means that as long as the travis build is ok, the appveyor should be ok too, but the opposite maybe true only as long as no new feature of rust are used.
The text was updated successfully, but these errors were encountered: