Skip to content

Commit

Permalink
syncup build
Browse files Browse the repository at this point in the history
  • Loading branch information
mridul-manohar committed Aug 29, 2024
1 parent 889027f commit fb45577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 61 deletions.
55 changes: 3 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,6 @@ legacy_protocols = ["mbedtls-sys-auto/legacy_protocols", "ssl"]
async = ["std", "tokio", "tokio/net", "tokio/io-util", "tokio/macros"]
async-rt = ["async", "tokio/rt", "tokio/sync", "tokio/rt-multi-thread"]

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = [
'cfg(nightly)',
'cfg(sys_threading_component, values("custom"))',
'cfg(sys_time_component, values("custom"))',
'cfg(sys_std_component, values("entropy"))',
'cfg(time_component, values("custom", "libc"))',
] }

[[example]]
name = "client"
required-features = ["std", "ssl"]
Expand Down

0 comments on commit fb45577

Please sign in to comment.