~repos /rust-embed
GIT_CONFIG_PARAMETERS="'http.version=HTTP/1.1'" git clone
https://git.pyrossh.dev/rust-embed.git
Discussions:
https://groups.google.com/g/rust-embed-devs
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 9 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 <[email protected]>"]
|
|
12
12
|
|
|
13
13
|
[dev-dependencies]
|
|
14
|
-
hyper = "
|
|
14
|
+
hyper = "0.6.16"
|