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


d426541c krant

1 year ago
Update include-flate to 0.3
Files changed (1) hide show
  1. Cargo.toml +1 -1
Cargo.toml CHANGED
@@ -67,7 +67,7 @@ walkdir = "2.3.2"
67
67
  rust-embed-impl = { version = "8.4.0", path = "impl"}
68
68
  rust-embed-utils = { version = "8.4.0", path = "utils"}
69
69
 
70
- include-flate = { version = "0.2", optional = true, features = ["stable"] }
70
+ include-flate = { version = "0.3", optional = true }
71
71
  actix-web = { version = "4", optional = true }
72
72
  mime_guess = { version = "2", optional = true }
73
73
  hex = { version = "0.4.3", optional = true }