rust-embed v8.11.0

#rust#proc-macro#http

git clone https://git.pyrossh.dev/rust-embed

rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.


d626eb4Mcat12 2018-05-31T22:55:02-04:00
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
  - |