From 34ac15238c652c8e00500a0cbe485457aabf38d1 Mon Sep 17 00:00:00 2001 From: theMackabu Date: Sun, 15 Oct 2023 22:22:51 -0700 Subject: [PATCH] bump version --- 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 3f5166a..58569c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1142,7 +1142,7 @@ checksum = "973fff3a34801ae9c15ba9ef09e82b1e37e2fdcb554d3e5f05d38ab2896dd383" [[package]] name = "maid" -version = "0.8.1" +version = "1.0.0" dependencies = [ "anyhow", "clap", @@ -1182,7 +1182,7 @@ dependencies = [ [[package]] name = "maid_server" -version = "0.8.1" +version = "1.0.0" dependencies = [ "bollard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 5f7976f..b0ab372 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "0.8.1" +version = "1.0.0" edition = "2021" license = "MIT" repository = "https://github.com/exact-rs/maid" diff --git a/Maidfile.toml b/Maidfile.toml index 51eab34..e7dc101 100644 --- a/Maidfile.toml +++ b/Maidfile.toml @@ -3,7 +3,7 @@ import = ["scripts/build.toml", "scripts/test.toml"] [project] name = "maid" -version = "0.8.1" +version = "1.0.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='0.8.1' +VERSION='1.0.0' [tasks.build] info = "Build binaries" -- GitLab