~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.
d71042ad
—
Renovate Bot 6 years ago
Update Rust crate rocket to v0.4.2
- Cargo.toml +1 -1
Cargo.toml
CHANGED
|
@@ -17,7 +17,7 @@ rust-embed-impl = { version = "4.4.0", path = "impl"}
|
|
|
17
17
|
actix-web = { version = "0.7", optional = true }
|
|
18
18
|
mime_guess = { version = "2.0.0-alpha.6", optional = true }
|
|
19
19
|
warp = { version = "0.1", optional = true }
|
|
20
|
-
rocket = { version = "0.4.
|
|
20
|
+
rocket = { version = "0.4.2", optional = true }
|
|
21
21
|
|
|
22
22
|
[features]
|
|
23
23
|
debug-embed = ["rust-embed-impl/debug-embed"]
|