~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.
d95cf309
—
pyros2097 8 years ago
fix hyper version
- Cargo.toml +1 -1
Cargo.toml
CHANGED
|
@@ -11,4 +11,4 @@ categories = ["web-programming::http-server"]
|
|
|
11
11
|
authors = ["pyros2097 <pyros2097@gmail.com>"]
|
|
12
12
|
|
|
13
13
|
[dev-dependencies]
|
|
14
|
-
hyper = "
|
|
14
|
+
hyper = "0.6.16"
|