Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aabce34

Browse files
committedJan 23, 2025··
m
1 parent f2b69a5 commit aabce34

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed
 

‎.github/workflows/library_rust_tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ jobs:
6161

6262
# Use setup-dafny-actions with correct version when Dafny releases 4.8.2
6363
- name: Setup Dafny
64-
# uses: dafny-lang/setup-dafny-action@v1.7.0
65-
uses: ./submodules/smithy-dafny/.github/actions/build_dafny_from_source
66-
with:
67-
dafny: d07403b6d6606257e1b5aada4d0156901f4a17de
64+
uses: https://github.com/dafny-lang/setup-dafny-action/commit/03b219c5a4f71cfe24cb9e02b69d4a622449adbb
65+
with:
66+
build-from-source: d07403b6d6606257e1b5aada4d0156901f4a17de
6867

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

‎DynamoDbEncryption/runtimes/rust/examples/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ pub mod multi_get_put_example;
1515
pub mod searchableencryption;
1616
pub mod test_utils;
1717

18-
pub mod basic_async;
19-
2018
use std::convert::From;
2119

2220
// Why two types?

‎submodules/smithy-dafny

0 commit comments

Comments
 (0)
Please sign in to comment.