Skip to content

Commit

Permalink
0.2.3 release (GitHub workflow updates)
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Jan 24, 2024
1 parent 217a99b commit be803b6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/" }

# ___________________
# ____ ____ _ _ _
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be803b6

Please sign in to comment.