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.


a6144beAhmad Yasser 2021-11-21T18:46:35+08:00
bump globset to v0.4.8
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]