From be803b6db3bf4b849349843605f8fd897774e3fa Mon Sep 17 00:00:00 2001 From: Anton Yemelyanov Date: Wed, 24 Jan 2024 20:53:11 +0200 Subject: [PATCH] 0.2.3 release (GitHub workflow updates) --- .github/workflows/deploy.yaml | 2 ++ Cargo.toml | 8 ++++---- README.md | 8 ++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ad273d3..527288b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -102,6 +102,7 @@ jobs: desc: 'Kaspa NG desktop p2p node and wallet' - name: Upload release asset + if: runner.os == 'Windows' uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -112,6 +113,7 @@ jobs: asset_content_type: application/zip - name: Upload release asset + if: runner.os == 'macOS' uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Cargo.toml b/Cargo.toml index 2109a65..e066161 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,16 +9,16 @@ members = [ default-members = ["app"] [workspace.package] -version = "0.2.2" +version = "0.2.3" authors = ["ASPECTRON Inc."] license = "PROPRIETARY" edition = "2021" [workspace.dependencies] -kaspa-ng = { version = "0.2.0", path = "app/" } -kaspa-ng-core = { version = "0.2.0", path = "core/" } -kaspa-ng-macros = { version = "0.2.0", path = "macros/" } +kaspa-ng = { version = "0.2.3", path = "app/" } +kaspa-ng-core = { version = "0.2.3", path = "core/" } +kaspa-ng-macros = { version = "0.2.3", path = "macros/" } # ___________________ # ____ ____ _ _ _ diff --git a/README.md b/README.md index c276923..a740db9 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,14 @@ sudo dnf install glib2-devel atk-devel gtk3-devel Once you have Rusty Kaspa built, you will be able to build and run this project as follows: +### Using Cargo: +```bash +cargo install kaspa-ng +kaspa-ng +``` + +### From GitHub repository: + #### Running as Native App ```bash cargo run --release