~repos /rust-embed

#rust#proc-macro#http

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
Files changed (1) hide show
  1. .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
- - rust: nightly
12
+ - rust: nightly
11
- - rust: 1.26
12
13
 
13
14
  script:
14
15
  - |