rust-embed v8.11.0

#rust#proc-macro#http

git clone https://git.pyrossh.dev/rust-embed

rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.


0745567pyrossh 2024-05-11T13:08:35+05:30
increase minimum rust-version to v1.7.0.0
Files changed (1) hide show
  1. Cargo.toml +1 -1
Cargo.toml CHANGED
@@ -10,7 +10,7 @@ keywords = ["http", "rocket", "static", "web", "server"]
10
10
  categories = ["web-programming", "filesystem"]
11
11
  authors = ["pyros2097 <[email protected]>"]
12
12
  edition = "2018"
13
- rust-version = "1.60.0"
13
+ rust-version = "1.70.0"
14
14
 
15
15
  [[example]]
16
16
  name = "warp"