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.
4a625c4
— Paolo Barbolini
2020-02-24T15:25:21+01:00
cargo: update shellexpand
- impl/Cargo.toml +1 -1
impl/Cargo.toml
CHANGED
|
@@ -22,7 +22,7 @@ quote = "1"
|
|
|
22
22
|
walkdir = "2.2.7"
|
|
23
23
|
|
|
24
24
|
[dependencies.shellexpand]
|
|
25
|
-
version = "
|
|
25
|
+
version = "2"
|
|
26
26
|
optional = true
|
|
27
27
|
|
|
28
28
|
[features]
|