~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.
2ca02185
—
Mcat12 7 years ago
Fix travis yaml
- .travis.yml +1 -1
.travis.yml
CHANGED
|
@@ -8,7 +8,7 @@ cache:
|
|
|
8
8
|
matrix:
|
|
9
9
|
include:
|
|
10
10
|
- rust: stable
|
|
11
|
-
allow_failures:
|
|
11
|
+
- allow_failures:
|
|
12
12
|
- rust: nightly
|
|
13
13
|
|
|
14
14
|
script:
|