From 6582a1fb305df13b79d5c68f79aafb632ba8aefe Mon Sep 17 00:00:00 2001 From: theMackabu Date: Tue, 17 Oct 2023 00:19:04 -0700 Subject: [PATCH] crates.io: bump version to 1.1.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- Maidfile.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d12d6d1..007f83a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1169,7 +1169,7 @@ checksum = "973fff3a34801ae9c15ba9ef09e82b1e37e2fdcb554d3e5f05d38ab2896dd383" [[package]] name = "maid" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "clap", @@ -1209,7 +1209,7 @@ dependencies = [ [[package]] name = "maid_server" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "bollard", diff --git a/Cargo.toml b/Cargo.toml index b0ab372..2c9000c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "1.0.0" +version = "1.1.0" edition = "2021" license = "MIT" repository = "https://github.com/exact-rs/maid" diff --git a/Maidfile.toml b/Maidfile.toml index ab79692..ee6b143 100644 --- a/Maidfile.toml +++ b/Maidfile.toml @@ -3,7 +3,7 @@ import = ["scripts/build.toml", "scripts/test.toml"] [project] name = "maid" -version = "1.0.0" +version = "1.1.0" # build on a remote server [project.server] @@ -16,7 +16,7 @@ BOOL = false STRING = 'test' TYPE = '%{dir.home} %{env.STRING} %{arg.1}' ARR = ['hello', 'world'] -VERSION='1.0.0' +VERSION='1.1.0' [tasks.build] info = "Build binaries" -- GitLab