Skip to content

Commit

Permalink
chore: optimize rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Oct 11, 2024
1 parent 4a65639 commit d96498c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ rand_chacha = { opt-level = 3 }
rand_core = { opt-level = 3 }
rand = { opt-level = 3 }
ring = { opt-level = 3 }
rustls = { opt-level = 3 }
secp256k1 = { opt-level = 3 }
secp256k1-sys = { opt-level = 3 }
subtle = { opt-level = 3 }
Expand Down

0 comments on commit d96498c

Please sign in to comment.