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.


d95cf30pyros2097 2017-03-16T11:14:32+05:30
fix hyper version
Files changed (1) hide show
  1. Cargo.toml +1 -1
Cargo.toml CHANGED
@@ -11,4 +11,4 @@ categories = ["web-programming::http-server"]
11
11
  authors = ["pyros2097 <[email protected]>"]
12
12
 
13
13
  [dev-dependencies]
14
- hyper = "*"
14
+ hyper = "0.6.16"