~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.
4a625c42
—
Paolo Barbolini 5 years ago
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]
|