rust-embed v8.11.0
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.
0d9f0c8
— Renovate Bot
2019-03-08T08:53:13Z
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 <[email protected]>"]
|
|
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 = []
|