Skip to content

Commit 9151c75

Browse files
Pin sha2 version, as the version afterward automatically picked is broken apparently and requires latest rust toolchain (#45)
1 parent a656187 commit 9151c75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ rand = { version = "0.8.5", optional = true }
2424
regress = "0.10"
2525
restate-sdk-macros = { version = "0.3.2", path = "macros" }
2626
restate-sdk-shared-core = "0.1.0"
27+
sha2 = "=0.11.0-pre.3"
2728
serde = "1.0"
2829
serde_json = "1.0"
2930
thiserror = "1.0.63"

0 commit comments

Comments
 (0)