Change registry name

This commit is contained in:
2025-05-24 09:19:54 +02:00
parent 8dc577c725
commit 4369d9209d
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -4,4 +4,4 @@ version = 4
[[package]] [[package]]
name = "merlin_env_helper" name = "merlin_env_helper"
version = "0.2.0" version = "0.3.0"

View File

@@ -1,8 +1,8 @@
[package] [package]
name = "merlin_env_helper" name = "merlin_env_helper"
version = "0.2.0" version = "0.3.0"
edition = "2024" edition = "2024"
publish = ["mycargo"] publish = ["merlin"]
description = "Utility functions to read environment with fallback and values from a file" description = "Utility functions to read environment with fallback and values from a file"
license = "MIT" license = "MIT"
repository = "ssh://git@gitea.merlinserver.de:2222/Stefan/merlin_env_helper.git" repository = "ssh://git@gitea.merlinserver.de:2222/Stefan/merlin_env_helper.git"