mirror of
https://github.com/tlsnotary/tlsn-utils.git
synced 2026-01-09 23:18:12 -05:00
chore: clippy, fmt, warnings (#64)
* clippy fixes * fmt fixes * mirgrate to 2024 and fix workspace warning * fix profile * rustfmt --------- Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,7 @@ members = [
|
||||
"rangeset",
|
||||
"rangeset/fuzz",
|
||||
]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.dependencies]
|
||||
futures-plex = { path = "futures-plex" }
|
||||
@@ -44,3 +45,6 @@ tokio-serde = "0.8"
|
||||
tokio-util = "0.7"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
|
||||
[profile.release.package.rangeset-fuzz]
|
||||
debug = 1
|
||||
|
||||
Reference in New Issue
Block a user