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


07455675 pyrossh

1 year ago
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 <pyros2097@gmail.com>"]
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"