Skip to content

Commit b205490

Browse files
author
Lucas McDonald
committed
m
1 parent 13aec15 commit b205490

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

TestVectors/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ RUST_OTHER_FILES := \
3838
runtimes/rust/src/ddb.rs \
3939
runtimes/rust/src/concurrent_call.rs \
4040
runtimes/rust/src/create_client.rs \
41+
runtimes/rust/src/create_wrapped_item_encryptor.rs \
4142
runtimes/rust/src/dafny_libraries.rs \
4243
runtimes/rust/src/digest.rs \
4344
runtimes/rust/src/ecdh.rs \
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33
// Empty stub expected by Smithy-Dafny
4-
module WrappedItemEncryptor {}
4+
module WrappedItemEncryptor {}

0 commit comments

Comments
 (0)