Skip to content

Commit

Permalink
serde_bytes is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
burdges committed May 1, 2024
1 parent 3bfad6d commit e73429b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ alloc = [
"curve25519-dalek/alloc",
"rand_core/alloc",
"getrandom_or_panic/alloc",
"serde_bytes/alloc",
"serde_bytes?/alloc",
]
std = [
"alloc",
"getrandom",
"serde_bytes/std",
"serde_bytes?/std",
"rand_core/std",
"getrandom_or_panic/std",
"chacha20poly1305/std",
Expand Down

0 comments on commit e73429b

Please sign in to comment.