Skip to content

Commit

Permalink
Use latest serde_with
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jan 15, 2023
1 parent 0d2e227 commit 4a5c9a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ serde = "1.0.144"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.83", optional = true }
serde_with = { version = "2.1.0", default-features = false, features = ["macros"] }
serde_with = { version = "2.2.0", default-features = false, features = ["macros"] }
sha2 = "0.10.5"
sha3 = { version = "0.10.4", optional = true }
solana-frozen-abi = { path = "../frozen-abi", version = "=1.15.0" }
Expand Down

0 comments on commit 4a5c9a5

Please sign in to comment.