Skip to content

Commit

Permalink
sdk: Sort dependencies correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Aug 17, 2023
1 parent a1a481e commit a4b8dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ num-traits = { workspace = true }
num_enum = { workspace = true }
pbkdf2 = { workspace = true }
qstring = { workspace = true }
rand0-7 = { package = "rand", version = "0.7" } # remove with upgrade to ed25519-dalek v2
rand = { workspace = true, optional = true }
rand0-7 = { package = "rand", version = "0.7" } # remove with upgrade to ed25519-dalek v2
rand_chacha = { workspace = true, optional = true }
rand_core = { workspace = true, optional = true }
rustversion = { workspace = true }
Expand Down

0 comments on commit a4b8dd2

Please sign in to comment.