From c6f98db69ed838c7a58e091d7c459789a25eeb65 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Thu, 4 Jan 2024 17:49:57 +0100 Subject: [PATCH] Fix version and justfilr --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- justfile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60e390f..f297af1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1787,7 +1787,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "subrpc" -version = "0.0.6" +version = "0.6.0" dependencies = [ "assert_cmd", "clap", @@ -1802,7 +1802,7 @@ dependencies = [ [[package]] name = "subrpc-core" -version = "0.0.6" +version = "0.6.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9881c71..b041ace 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.0.6" +version = "0.6.0" authors = ["chevdor "] repository = "https://github.com/chevdor/subrpc" homepage = "https://github.com/chevdor/subrpc" diff --git a/justfile b/justfile index 07e1cce..4b8d107 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ -VERSION := `toml get cli/Cargo.toml package.version | jq -r` -export TAG:=`toml get cli/Cargo.toml "package.version" | jq -r .` +VERSION := `toml get Cargo.toml workspace.package.version | jq -r` +export TAG:=`toml get Cargo.toml "workspace.package.version" | jq -r .` # List available commands _default: