From 2f34d26948aed98bf48234ffe8e78fa69fb6df21 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Sat, 28 Feb 2026 18:49:29 +0100 Subject: [PATCH] Bump version to 0.1.2 Update version from 0.1.1 to 0.1.2 across all configuration files: - .cargo/config.toml: Added pmo registry configuration - Cargo.toml: Updated package version - version.txt: Updated version file --- .cargo/config.toml | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- version.txt | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..0bcee85 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[registries.pmo] +index = "sparse+https://gargoton.petite-maison-orange.fr/api/packages/pmo/cargo/" diff --git a/Cargo.lock b/Cargo.lock index 859e55a..b008688 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,7 +554,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pmoutils" -version = "0.1.1" +version = "0.1.2" dependencies = [ "get_if_addrs", "netstat2", diff --git a/Cargo.toml b/Cargo.toml index 78df334..85ceca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmoutils" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Utilitaires système pour la gestion des adresses IP et des processus" diff --git a/version.txt b/version.txt index 17e51c3..d917d3e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.1 +0.1.2