Skip to content

Commit

Permalink
remove std feature from derive feature
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Jul 2, 2023
1 parent fb4b494 commit e9314c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls_codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ regex = "1.8"
[features]
default = [ "std" ]
arbitrary = [ "std", "dep:arbitrary" ]
derive = [ "std", "tls_codec_derive" ]
derive = [ "tls_codec_derive" ]
serde = [ "std", "dep:serde" ]
mls = [] # In MLS variable length vectors are limited compared to QUIC.
std = [ "tls_codec_derive?/std" ]
Expand Down

0 comments on commit e9314c7

Please sign in to comment.