Skip to content

Commit 0a1d2cb

Browse files
authored
Update to Anchor 0.31 (#87)
* wip: update to Anchor 0.31 * remove old whirlpool crate, add kamino lend * switch to rust 1.86 * clippy fix * fix clippy warnings * update readme
1 parent 5c95088 commit 0a1d2cb

File tree

35 files changed

+7442
-3682
lines changed

35 files changed

+7442
-3682
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
RUST_TOOLCHAIN: "1.61.0"
11+
RUST_TOOLCHAIN: "1.86.0"
1212

1313
jobs:
1414
release:

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11-
RUST_TOOLCHAIN: "1.61.0"
11+
RUST_TOOLCHAIN: "1.86.0"
1212

1313
jobs:
1414
lint:

0 commit comments

Comments
 (0)