Skip to content

Commit 519d42b

Browse files
committed
m
1 parent ada8fca commit 519d42b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

DynamoDbEncryption/runtimes/rust/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +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 = "0.1.1"
29-
dafny-runtime = { path = "../../../releases/rust/db_esdk/dafny_runtime_rust", features = ["sync"] }
28+
dafny_runtime = { path = "../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync"] }
3029
dashmap = "6.1.0"
3130
pem = "3.0.4"
3231
tokio = {version = "1.43.0", features = ["full"] }

DynamoDbEncryption/runtimes/rust/start_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cargo clippy
6767
cargo clippy --example main
6868

6969
# replace local path with latest dafny-runtime from crates.io
70-
cargo rm dafny-runtime
70+
cargo rm dafny_runtime
7171
cargo add dafny-runtime -F sync
7272

7373
# Run cargo test and example tests

TestVectors/runtimes/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }
1616
aws-smithy-types = "1.2.12"
1717
chrono = "0.4.39"
1818
cpu-time = "1.0.0"
19-
dafny-runtime = { path = "../../../releases/rust/db_esdk/dafny_runtime_rust", features = ["sync"] }
19+
dafny_runtime = { path = "../../../submodules/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync"] }
2020
dashmap = "6.1.0"
2121
pem = "3.0.4"
2222
tokio = {version = "1.43.0", features = ["full"] }

0 commit comments

Comments
 (0)