Skip to content

Commit

Permalink
Bump the Rust version used by Holochain
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jan 23, 2024
1 parent 97fe682 commit f107463
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
]
toolchain: [
stable,
"1.66.1", # Check the version used by Holochain
"1.71.1", # Check the version used by Holochain
]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
]
toolchain: [
stable,
"1.66.1", # Check the version used by Holochain
"1.71.1", # Check the version used by Holochain
]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
]
toolchain: [
stable,
"1.66.1", # Check the version used by Holochain
"1.71.1", # Check the version used by Holochain
]
steps:
- name: Checkout
Expand Down

0 comments on commit f107463

Please sign in to comment.