Skip to content

Commit bc06a25

Browse files
committed
fix: borsh 0.10 -> borsh 1.5.7
- change brosh version
1 parent 4b8594e commit bc06a25

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

basics/cross-program-invocation/native/programs/hand/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ no-entrypoint = []
88
cpi = ["no-entrypoint"]
99

1010
[dependencies]
11-
borsh = "0.10"
12-
borsh-derive = "0.10"
11+
borsh = "1.5.7"
1312
solana-program = "2.0"
1413
cross-program-invocatio-native-lever = { path = "../lever", features = ["cpi"] }
1514

basics/cross-program-invocation/native/programs/lever/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ no-entrypoint = []
88
cpi = ["no-entrypoint"]
99

1010
[dependencies]
11-
borsh = "0.10"
11+
borsh = "1.5.7"
1212
borsh-derive = "0.10"
1313
solana-program = "2.0"
1414

0 commit comments

Comments
 (0)