~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.


5aad862c Renovate Bot

5 years ago
Update Rust crate rocket to 0.4.5
Files changed (1) hide show
  1. 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.2", default-features = false, optional = true }
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"]