Skip to content

Commit aabce34

Browse files
committed
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

+3-4
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/[email protected]
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

-2
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)