~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.
0d9f0c80
—
Renovate Bot 6 years ago
Update Rust crate walkdir to v2.2.7
- Cargo.toml +1 -1
- impl/Cargo.toml +1 -1
Cargo.toml
CHANGED
|
@@ -11,7 +11,7 @@ categories = ["web-programming::http-server"]
|
|
|
11
11
|
authors = ["pyros2097 <pyros2097@gmail.com>"]
|
|
12
12
|
|
|
13
13
|
[dependencies]
|
|
14
|
-
walkdir = "2.
|
|
14
|
+
walkdir = "2.2.7"
|
|
15
15
|
rust-embed-impl = { version = "4.3.0", path = "impl"}
|
|
16
16
|
|
|
17
17
|
actix-web = { version = "0.7", optional = true }
|
impl/Cargo.toml
CHANGED
|
@@ -16,7 +16,7 @@ proc-macro = true
|
|
|
16
16
|
[dependencies]
|
|
17
17
|
syn = "0.11"
|
|
18
18
|
quote = "0.3"
|
|
19
|
-
walkdir = "2.
|
|
19
|
+
walkdir = "2.2.7"
|
|
20
20
|
|
|
21
21
|
[features]
|
|
22
22
|
debug-embed = []
|