Skip to content

Commit

Permalink
AS: Switch to upstream shadow_rs
Browse files Browse the repository at this point in the history
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 <sameo@rivosinc.com>
  • Loading branch information
sameo committed Dec 14, 2022
1 parent e19aca7 commit 7f0aefb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Expand Up @@ -32,7 +32,8 @@ redis = "0.21.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "*"
sha2 = "0.10"
shadow-rs = "0.16.3"
# # TODO replace with shadow-rs 0.18.1 once it's released
shadow-rs = { git = "https://github.com/baoyachi/shadow-rs.git" }
sled = "0.34.7"
strum = "0.24.0"
strum_macros = "0.24.0"
Expand All @@ -42,7 +43,8 @@ tonic = "0.8.1"
uuid = { version = "1.1.2", features = ["v4"] }

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

[dev-dependencies]
Expand Down

0 comments on commit 7f0aefb

Please sign in to comment.