Skip to content

Commit

Permalink
pull testnet3, regen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
collinc97 committed Nov 23, 2022
2 parents ae329c5 + 74bd06b commit f6f286a
Show file tree
Hide file tree
Showing 57 changed files with 1,254 additions and 424 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ commands:
jobs:
check-style:
docker:
- image: cimg/rust:1.63
- image: cimg/rust:1.65
resource_class: xlarge
steps:
- checkout
Expand All @@ -59,7 +59,7 @@ jobs:

clippy:
docker:
- image: cimg/rust:1.63
- image: cimg/rust:1.65
resource_class: xlarge
steps:
- checkout
Expand All @@ -77,7 +77,7 @@ jobs:

leo-executable:
docker:
- image: cimg/rust:1.63
- image: cimg/rust:1.65
resource_class: xlarge
steps:
- checkout
Expand All @@ -96,7 +96,7 @@ jobs:

leo-new:
docker:
- image: cimg/rust:1.63
- image: cimg/rust:1.65
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -109,7 +109,7 @@ jobs:
leo-clean:
docker:
- image: cimg/rust:1.63
- image: cimg/rust:1.65
resource_class: xlarge
steps:
- attach_workspace:
Expand All @@ -122,7 +122,7 @@ jobs:
test-examples:
docker:
- image: cimg/rust:1.63
- image: cimg/rust:1.65
resource_class: xlarge
steps:
- attach_workspace:
Expand Down
2 changes: 1 addition & 1 deletion .resources/release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.3
v1.6.0
Loading

0 comments on commit f6f286a

Please sign in to comment.