Skip to content

Commit 0f5c8ec

Browse files
sameoXynnn007
authored andcommitted
AS: Switch to upstream shadow_rs
crates.io shadow_rs makes clippy fail, but this is fixed with baoyachi/shadow-rs#123 and baoyachi/shadow-rs#124. Signed-off-by: Samuel Ortiz <[email protected]>
1 parent 381de20 commit 0f5c8ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ redis = "0.21.5"
3232
serde = { version = "1.0", features = ["derive"] }
3333
serde_json = "*"
3434
sha2 = "0.10"
35-
shadow-rs = "0.16.3"
35+
# # TODO replace with shadow-rs 0.18.1 once it's released
36+
shadow-rs = { git = "https://github.com/baoyachi/shadow-rs.git" }
3637
sled = "0.34.7"
3738
strum = "0.24.0"
3839
strum_macros = "0.24.0"
@@ -42,7 +43,8 @@ tonic = "0.8.1"
4243
uuid = { version = "1.1.2", features = ["v4"] }
4344

4445
[build-dependencies]
45-
shadow-rs = "0.16.3"
46+
# TODO replace with shadow-rs 0.18.1 once it's released
47+
shadow-rs = { git = "https://github.com/baoyachi/shadow-rs.git" }
4648
tonic-build = "0.8.0"
4749

4850
[dev-dependencies]

0 commit comments

Comments
 (0)