Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Jun 7, 2023
1 parent ee61cd6 commit c3456da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssz-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
ssz_rs_derive = { path = "../ssz-rs-derive", version = "0.8.0" }
sha2 = { version ="0.9.8", default-features = false}
serde = { version = "1.0", features = ["derive"], optional = true }
hex = {version = "0.4.3", optional = true }
num-bigint = { version ="0.4.3", default-features = false}
hex = { version = "0.4.3", optional = true }
num-bigint = { version = "0.4.3", default-features = false }

[dev-dependencies]
hex-literal = "0.3.3"
Expand Down

0 comments on commit c3456da

Please sign in to comment.