Skip to content

Commit

Permalink
Add borsh version range
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Oct 9, 2023
1 parent 3276724 commit 7acaf49
Showing 1 changed file with 1 addition and 1 deletion.
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", "kaigan/serde"]

[dependencies]
borsh = ">= 0.9"
borsh = ">= 0.9, < 1.0"
kaigan = ">= 0.1"
num-derive = "^0.3"
num-traits = "^0.2"
Expand Down

0 comments on commit 7acaf49

Please sign in to comment.