From 6f4393502ff05ed83a40a4ff77e83f452d907964 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 5 Aug 2024 12:33:24 +0900 Subject: [PATCH] 0.1.6 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b443434..00e432d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,4 +7,4 @@ pub mod env; pub mod orchestration; pub mod metrics; pub mod constants; -mod aws; \ No newline at end of file +pub mod aws; \ No newline at end of file