From be11082b073f3598ef6dd025f1d6da7901ae241b Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Fri, 3 Jun 2022 10:15:16 +0200 Subject: [PATCH] Updated project name and version in Cargo.toml Signed-off-by: Louis Vallat --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a027b78..c3bd211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "gitlab-rust" -version = "0.1.0" +name = "gitlabci-launchpad-controller" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html