Skip to content

Commit

Permalink
Merge pull request #7 from nervina-labs/develop
Browse files Browse the repository at this point in the history
update capsule version to v0.10.1
  • Loading branch information
duanyytop authored Mar 13, 2024
2 parents e55f789 + 3a3f911 commit f9e0c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install Capsule
env:
CAPSULE_VERSION: v0.10.3
CAPSULE_VERSION: v0.10.1
run: |
sudo curl -OL https://github.com/nervosnetwork/capsule/releases/download/${CAPSULE_VERSION}/capsule_${CAPSULE_VERSION}_x86_64-linux.tar.gz && sudo tar xf capsule_${CAPSULE_VERSION}_x86_64-linux.tar.gz && echo `pwd`/capsule_${CAPSULE_VERSION}_x86_64-linux >> $GITHUB_PATH
Expand Down
2 changes: 1 addition & 1 deletion capsule.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.10.3"
version = "0.10.1"
deployment = "deployment.toml"

[[contracts]]
Expand Down

0 comments on commit f9e0c86

Please sign in to comment.