~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 (2) hide show
  1. Cargo.lock +1 -1
  2. Cargo.toml +1 -1
Cargo.lock CHANGED
@@ -361,7 +361,7 @@ dependencies = [
361
361
 
362
362
  [[package]]
363
363
  name = "rust-embed"
364
- version = "0.4.0"
364
+ version = "0.5.0"
365
365
  dependencies = [
366
366
  "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
367
367
  "rocket 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "rust-embed"
3
- version = "0.4.0"
3
+ version = "0.5.0"
4
4
  description = "Rust Marco which loads files into the rust binary at compile time during release and loads the file from the fs during dev"
5
5
  readme = "readme.md"
6
6
  documentation = "https://docs.rs/rust-embed"