Skip to content

Commit 0d2869f

Browse files
committed
m
1 parent c90f053 commit 0d2869f

File tree

2 files changed

+2
-0
lines changed
  • DynamoDbEncryption/runtimes/rust/src
  • TestVectors/runtimes/rust/src

2 files changed

+2
-0
lines changed

DynamoDbEncryption/runtimes/rust/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ pub(crate) mod ecdsa;
142142
pub(crate) mod hmac;
143143
pub(crate) mod kms;
144144
pub(crate) mod local_cmc;
145+
pub(crate) mod oslang;
145146
pub(crate) mod random;
146147
pub(crate) mod rsa;
147148
pub(crate) mod sets;

TestVectors/runtimes/rust/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ pub mod ecdsa;
5555
pub mod hmac;
5656
pub mod kms;
5757
pub mod local_cmc;
58+
pub mod oslang;
5859
pub mod random;
5960
pub mod rsa;
6061
pub mod sets;

0 commit comments

Comments
 (0)