From 4369d9209d5d3792efbceed77e4d2b21219a6ebd Mon Sep 17 00:00:00 2001 From: Stefan Menner Date: Sat, 24 May 2025 09:19:54 +0200 Subject: [PATCH] Change registry name --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"