~repos /rust-embed

#rust#proc-macro#http

git clone https://pyrossh.dev/repos/rust-embed.git
Discussions: https://groups.google.com/g/rust-embed-devs

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


Files changed (1) hide show
  1. utils/Cargo.toml +1 -1
utils/Cargo.toml CHANGED
@@ -16,7 +16,7 @@ walkdir = "2.3.1"
16
16
  sha2 = "0.9"
17
17
 
18
18
  [dependencies.globset]
19
- version = "0.3.0"
19
+ version = "0.4.8"
20
20
  optional = true
21
21
 
22
22
  [features]