diff --git a/Cargo.lock b/Cargo.lock index fc5d0d0..a31d2fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,7 +277,7 @@ dependencies = [ [[package]] name = "crunchy-cli" -version = "3.0.0-dev.1" +version = "3.0.0-dev.3" dependencies = [ "chrono", "clap", @@ -290,7 +290,7 @@ dependencies = [ [[package]] name = "crunchy-cli-core" -version = "3.0.0-dev.1" +version = "3.0.0-dev.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1b815c6..a853f11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crunchy-cli" authors = ["Crunchy Labs Maintainers"] -version = "3.0.0-dev.1" +version = "3.0.0-dev.3" edition = "2021" [features] diff --git a/crunchy-cli-core/Cargo.lock b/crunchy-cli-core/Cargo.lock index 93c7522..43acaea 100644 --- a/crunchy-cli-core/Cargo.lock +++ b/crunchy-cli-core/Cargo.lock @@ -258,7 +258,7 @@ dependencies = [ [[package]] name = "crunchy-cli-core" -version = "3.0.0-dev.1" +version = "3.0.0-dev.3" dependencies = [ "anyhow", "async-trait", diff --git a/crunchy-cli-core/Cargo.toml b/crunchy-cli-core/Cargo.toml index 84fdcf2..bc34907 100644 --- a/crunchy-cli-core/Cargo.toml +++ b/crunchy-cli-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crunchy-cli-core" authors = ["Crunchy Labs Maintainers"] -version = "3.0.0-dev.1" +version = "3.0.0-dev.3" edition = "2021" [features]