We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381de20 commit 0f5c8ecCopy full SHA for 0f5c8ec
Cargo.toml
@@ -32,7 +32,8 @@ redis = "0.21.5"
32
serde = { version = "1.0", features = ["derive"] }
33
serde_json = "*"
34
sha2 = "0.10"
35
-shadow-rs = "0.16.3"
+# # TODO replace with shadow-rs 0.18.1 once it's released
36
+shadow-rs = { git = "https://github.com/baoyachi/shadow-rs.git" }
37
sled = "0.34.7"
38
strum = "0.24.0"
39
strum_macros = "0.24.0"
@@ -42,7 +43,8 @@ tonic = "0.8.1"
42
43
uuid = { version = "1.1.2", features = ["v4"] }
44
45
[build-dependencies]
46
+# TODO replace with shadow-rs 0.18.1 once it's released
47
48
tonic-build = "0.8.0"
49
50
[dev-dependencies]
0 commit comments