Skip to content

Commit

Permalink
release TrustSpecCli 0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarwacki committed Oct 8, 2024
1 parent 99ac9c9 commit e3ef037
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "trust"
version = "0.1.19"
version = "0.1.20"
readme="README.md"
edition = "2021"

Expand Down
1 change: 1 addition & 0 deletions cli/py/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -eox pipefail
SCRIPT_DIR=$(dirname "$(readlink -f "$0")")
cd "$SCRIPT_DIR" || exit

rm -rf dist
pip install poetry

cp ../../README.md README.md
Expand Down
4 changes: 2 additions & 2 deletions plugin/py-binding/Cargo.lock

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

0 comments on commit e3ef037

Please sign in to comment.