Skip to content

Commit

Permalink
Make the bytemuck dependency look more like the other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Toohey committed Oct 15, 2023
1 parent 646dc1a commit 3833d09
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,12 @@ fast-rng = ["rng", "rand"]
sha1 = ["sha1_smol"]
md5 = ["md-5"]

[dependencies]
bytemuck = { version = "1.14.0", optional = true, features = ["derive"] }

# Public: Used in trait impls on `Uuid`
[dependencies.bytemuck]
version = "1.14.0"
optional = true
features = ["derive"]

# Public: Used in trait impls on `Uuid`
[dependencies.serde]
Expand Down

0 comments on commit 3833d09

Please sign in to comment.