diff --git a/Cargo.lock b/Cargo.lock index ee6268b..7e38b17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "merlin_env_helper" -version = "0.2.0" +version = "0.3.0" diff --git a/Cargo.toml b/Cargo.toml index e22c264..59a4a7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "merlin_env_helper" -version = "0.2.0" +version = "0.3.0" edition = "2024" -publish = ["mycargo"] +publish = ["merlin"] description = "Utility functions to read environment with fallback and values from a file" license = "MIT" repository = "ssh://git@gitea.merlinserver.de:2222/Stefan/merlin_env_helper.git"