Skip to content

Commit 7ef991f

Browse files
committed
m
1 parent 32a3abd commit 7ef991f

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/library_rust_tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ jobs:
5959
# - name: Rustfmt Check
6060
# uses: actions-rust-lang/rustfmt@v1
6161

62+
# TODO: Use setup-dafny-actions with correct version when Dafny releases 4.8.2
6263
- name: Setup Dafny
63-
uses: dafny-lang/[email protected]
64+
# uses: dafny-lang/[email protected]
65+
uses: ./submodules/smithy-dafny/.github/actions/build_dafny_from_source
6466
with:
65-
dafny-version: nightly-2024-12-03-4954170
67+
dafny: d07403b6d6606257e1b5aada4d0156901f4a17de
6668

6769
- name: Update MPL submodule if using MPL HEAD
6870
if: ${{ inputs.mpl-head == true }}

TestVectors/runtimes/rust/Cargo.toml

+1-1
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.10"
1717
chrono = "0.4.39"
1818
cpu-time = "1.0.0"
19-
dafny_runtime = { path = "../../../submodules/MaterialProviders/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust"}
19+
dafny_runtime = { path = "../../../submodules/MaterialProviders/smithy-dafny/TestModels/dafny-dependencies/dafny_runtime_rust", features = ["sync"]}
2020
dashmap = "6.1.0"
2121
pem = "3.0.4"
2222
tokio = {version = "1.42.0", features = ["full"] }

submodules/smithy-dafny

0 commit comments

Comments
 (0)