~repos /rust-embed
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.
7eafc915
—
Cody Casterline 2 years ago
Fix #206
- Cargo.toml +1 -1
Cargo.toml
CHANGED
|
@@ -62,7 +62,7 @@ path = "tests/mime_guess.rs"
|
|
|
62
62
|
required-features = ["mime-guess"]
|
|
63
63
|
|
|
64
64
|
[dependencies]
|
|
65
|
-
walkdir = "2.3.
|
|
65
|
+
walkdir = "2.3.2"
|
|
66
66
|
rust-embed-impl = { version = "6.3.1", path = "impl"}
|
|
67
67
|
rust-embed-utils = { version = "7.3.0", path = "utils"}
|
|
68
68
|
|