Skip to content

Commit

Permalink
add derive
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Nov 30, 2023
1 parent 21f50ee commit bf81290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ base58-monero = { version = "0.3", default-features = false,optional = true}
base64 = { version = "0.13", default-features = false, optional = true , features = ["alloc"] }
bincode = { version = "1.3", default-features = false, optional = true }
newtype-ops = { version = "0.1", default-features = false , optional = true}
borsh = { version = "1.2", optional = true }
borsh = { version = "1.2", optional = true, features = ["derive"] }
generic-array = "0.14"
serde = { version = "1.0", optional = true, default-features = false , features = ["derive"] }
serde_json = { version = "1.0", default-features = false, optional = true, features = ["std"]}
Expand Down

0 comments on commit bf81290

Please sign in to comment.