~repos /rust-embed
git clone https://pyrossh.dev/repos/rust-embed.git
rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.
d626eb41
—
Mcat12 7 years ago
Change version in travis from 1.26 to stable
- .travis.yml +3 -2
.travis.yml
CHANGED
|
@@ -7,8 +7,9 @@ cache:
|
|
|
7
7
|
|
|
8
8
|
matrix:
|
|
9
9
|
include:
|
|
10
|
+
- rust: stable
|
|
11
|
+
allow_failures:
|
|
10
|
-
|
|
12
|
+
- rust: nightly
|
|
11
|
-
- rust: 1.26
|
|
12
13
|
|
|
13
14
|
script:
|
|
14
15
|
- |
|