tlsnotary / tlsn

Rust implementation of the TLSNotary protocol
https://tlsnotary.org
263 stars 69 forks source link

Main branch does not compile becuase of lints #484

Closed th4s closed 3 months ago

th4s commented 4 months ago

Currently the HEAD of main (68b947) does not compile for components/tls/tls-client on rustc 1.78 because of the lint https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html#unused-qualifications which is set to deny in lib.rs.

This does not happen on dev.

yuroitaki commented 4 months ago

Once https://github.com/tlsnotary/tlsn/pull/481 get merged to main, i.e. a release, then this will be fixed