Skip to content

Commit 2ea5e47

Browse files
authored
chore(rust): update smithy-dafny and use small-int feature (#777)
1 parent 79e1306 commit 2ea5e47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AwsEncryptionSDK/runtimes/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }
2525
aws-smithy-types = "1.2.12"
2626
chrono = "0.4.39"
2727
cpu-time = "1.0.0"
28-
dafny_runtime = { path = "../../../mpl/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync"]}
28+
dafny_runtime = { path = "../../../mpl/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync","small-int"]}
2929
dashmap = "6.1.0"
3030
pem = "3.0.4"
3131
rand = "0.9.0"

TestVectors/runtimes/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }
2323
aws-smithy-types = "1.2.12"
2424
chrono = "0.4.39"
2525
cpu-time = "1.0.0"
26-
dafny_runtime = { path = "../../../mpl/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync"]}
26+
dafny_runtime = { path = "../../../mpl/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync","small-int"]}
2727
dashmap = "6.1.0"
2828
pem = "3.0.4"
2929
rand = "0.9.0"

mpl

Submodule mpl updated from d808fd8 to 515995e

0 commit comments

Comments
 (0)