Skip to content

Commit

Permalink
Merge pull request #63 from athenavm/release-v0.3.0
Browse files Browse the repository at this point in the history
Prepare release v0.3.0
  • Loading branch information
lrettig authored Jul 24, 2024
2 parents a0e67ec + 6175405 commit bf32c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ jobs:
cargo add athena-vm --path $GITHUB_WORKSPACE/vm/entrypoint
cargo athena build
cd ../script
cargo remove athena-sdk
cargo add athena-interface --path $GITHUB_WORKSPACE/interface
cargo add athena-sdk --path $GITHUB_WORKSPACE/sdk
RUST_LOG=info cargo run --release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.0"
version = "0.3.0"
authors = ["Lane Rettig <[email protected]>"]
repository = "https://github.com/athenavm/athena"
homepage = "https://www.athenavm.org/"
Expand Down

0 comments on commit bf32c7f

Please sign in to comment.