Skip to content

Commit

Permalink
rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Dec 19, 2023
1 parent 35eab97 commit cdb3542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- uses: taiki-e/upload-rust-binary-action@v1
with:
dry-run: ${{ !startsWith(github.ref, 'refs/tags/cli-v') }}
Expand Down
1 change: 1 addition & 0 deletions crates/astria-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "astria-cli"
version = "0.2.1"
edition = "2021"
rust-version = "1.73"

[[bin]]
name = "astria-cli"
Expand Down

0 comments on commit cdb3542

Please sign in to comment.