Skip to content

Commit

Permalink
Bump borsh from 0.10.3 to 1.0.0 in /Codigo/program
Browse files Browse the repository at this point in the history
Bumps [borsh](https://github.com/near/borsh-rs) from 0.10.3 to 1.0.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@borsh-v0.10.3...borsh-v1.0.0)

---
updated-dependencies:
- dependency-name: borsh
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2024
1 parent 2f1d450 commit c7ae7f2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion Codigo/program/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Codigo/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false

[dependencies]
solana-program = ">=1.16, <1.18"
borsh = "0.10.3"
borsh = "1.0.0"
thiserror = "1"
num-derive = "0.4"
num-traits = "0.2"
Expand Down

0 comments on commit c7ae7f2

Please sign in to comment.