Skip to content

Commit

Permalink
Fix version and justfilr
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jan 4, 2024
1 parent b1fdd3e commit c6f98db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.0.6"
version = "0.6.0"
authors = ["chevdor <chevdor@gmail.com>"]
repository = "https://github.com/chevdor/subrpc"
homepage = "https://github.com/chevdor/subrpc"
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c6f98db

Please sign in to comment.