Skip to content

Commit

Permalink
bump bytelike-derive dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Jan 30, 2025
1 parent 8bf4e33 commit b49ab54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bytelike/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["byte", "byte-size", "utility", "human-readable", "format", "no_std"
license = "Apache-2.0"

[dependencies]
bytelike-derive = { version = "^0.1.11-alpha.0", path = "../bytelike-derive", optional = true }
bytelike-derive = { version = "0.1.10", path = "../bytelike-derive", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }

[features]
Expand Down

0 comments on commit b49ab54

Please sign in to comment.