Skip to content

Commit

Permalink
Update human_repr to include "serde" feature
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <[email protected]>
  • Loading branch information
matthiasbeyer committed Apr 19, 2023
1 parent 0a47101 commit 849a465
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type_description_derive = { version = "0.5.0", path = "type_description_derive"
bytesize = { version = "1", optional = true }
url = { version = "2", optional = true }
uuid = { version = "1", optional = true }
human-repr = { version = "1", optional = true }
human-repr = { version = "1.1", features = ["serde"], optional = true }

[dev-dependencies]
serde = { version = "1.0.159", features = ["derive"] }
Expand Down

0 comments on commit 849a465

Please sign in to comment.