From 73494b77309d931faeaa115cfab0a7cf8b0d1d23 Mon Sep 17 00:00:00 2001 From: Colin Roberts Date: Tue, 22 Aug 2023 13:22:10 -0600 Subject: [PATCH 1/2] Update lib.rs --- arbiter-core/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arbiter-core/src/lib.rs b/arbiter-core/src/lib.rs index 0e0eee81..93b8ed0a 100644 --- a/arbiter-core/src/lib.rs +++ b/arbiter-core/src/lib.rs @@ -32,9 +32,9 @@ #![warn(missing_docs, unsafe_code)] pub mod bindings; // TODO: Add better documentation here and some kind of overwrite protection. -pub mod environment; +mod environment; pub mod manager; pub mod math; pub mod middleware; #[cfg(test)] -pub mod tests; +mod tests; From 880525e74696c7592e1b626ed8cc41206b8272d0 Mon Sep 17 00:00:00 2001 From: Colin Roberts Date: Tue, 22 Aug 2023 13:22:36 -0600 Subject: [PATCH 2/2] Bump patch version --- arbiter-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbiter-core/Cargo.toml b/arbiter-core/Cargo.toml index 298637af..d4454116 100644 --- a/arbiter-core/Cargo.toml +++ b/arbiter-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arbiter-core" -version = "0.4.0" +version = "0.4.1" edition = "2021" # Dependencies for the release build