Skip to content

Commit

Permalink
Add upper limit version
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Jan 2, 2024
1 parent cea5f00 commit 8a5f287
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, < 0.11"
kaigan = ">= 0.1"
num-derive = "^0.3"
num-traits = "^0.2"
Expand Down

0 comments on commit 8a5f287

Please sign in to comment.