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
* cargo packages global upgrade
* temporarily downgrade Rust to version 2018-04-28, waiting for Rocket 0.3 to remove usage of macro_reexport deleted feature
Copy file name to clipboardExpand all lines: .travis.yml
+4-2
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,16 @@ env:
20
20
os:
21
21
- linux
22
22
rust:
23
-
- nightly
23
+
# TODO: #103 temporarily downgrade Rust nightly to 2018-04-28, waiting for Rocket 0.3.* to be fixed concerning the usage of Rust (nightly) removed feature macro_reexport.
0 commit comments