Skip to content

Commit

Permalink
Add upper bound on borsh version
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Oct 6, 2023
1 parent 485998e commit 2c72a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/rust/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 clients/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test-sbf = []
serde = ["dep:serde", "dep:serde_with"]

[dependencies]
borsh = ">= 0.9"
borsh = ">= 0.9, < 1.0"
num-derive = "^0.3"
num-traits = "^0.2"
serde = { version = "^1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit 2c72a82

Please sign in to comment.