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.


2ca0218Mcat12 2018-05-31T23:16:45-04:00
Fix travis yaml
Files changed (1) hide show
  1. .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: