Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 335bfff

Browse files
Bump borsh from 0.9.3 to 0.10.0 in /src/program-rust
Bumps [borsh](https://github.com/near/borsh-rs) from 0.9.3 to 0.10.0. - [Release notes](https://github.com/near/borsh-rs/releases) - [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md) - [Commits](near/borsh-rs@v0.9.3...v0.10.0) --- updated-dependencies: - dependency-name: borsh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e704bf0 commit 335bfff

File tree

2 files changed

+57
-12
lines changed

2 files changed

+57
-12
lines changed

src/program-rust/Cargo.lock

+56-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/program-rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2018"
1313
no-entrypoint = []
1414

1515
[dependencies]
16-
borsh = "0.9.3"
16+
borsh = "0.10.0"
1717
borsh-derive = "0.9.1"
1818
solana-program = "~1.10.35"
1919

0 commit comments

Comments
 (0)