~repos /rust-embed

#rust#proc-macro#http

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.


0905c88f Renovate Bot

6 years ago
Update Rust crate rocket to v0.4.1
Files changed (1) hide show
  1. Cargo.toml +1 -1
Cargo.toml CHANGED
@@ -17,7 +17,7 @@ rust-embed-impl = { version = "4.3.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.0", optional = true }
20
+ rocket = { version = "0.4.1", optional = true }
21
21
 
22
22
  [features]
23
23
  debug-embed = ["rust-embed-impl/debug-embed"]