~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.
69842842
—
Peter John 5 years ago
Merge pull request #113 from pyros2097/renovate/rust-rocket-0.x
- Cargo.toml +1 -1
Cargo.toml
CHANGED
|
@@ -42,7 +42,7 @@ actix-rt = { version = "1", optional = true }
|
|
|
42
42
|
mime_guess = { version = "2", optional = true }
|
|
43
43
|
tokio = { version = "0.2", optional = true, features = ["macros"] }
|
|
44
44
|
warp = { version = "0.2", default-features = false, optional = true }
|
|
45
|
-
rocket = { version = "0.4.
|
|
45
|
+
rocket = { version = "0.4.5", default-features = false, optional = true }
|
|
46
46
|
|
|
47
47
|
[features]
|
|
48
48
|
debug-embed = ["rust-embed-impl/debug-embed", "rust-embed-utils/debug-embed"]
|