diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-16 01:03:50 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-16 01:03:50 -0400 |
| commit | 11f43a75bcf70b13b68ca1b722e75715652d6977 (patch) | |
| tree | acfbe08e7cf12a10926a6525ba0064ce16d0dc80 /2026 | |
| parent | aa8fef36c34bc3a57870e829fb0a794e6f514d73 (diff) | |
Fix workspace
Diffstat (limited to '2026')
| -rw-r--r-- | 2026/Cargo.toml | 3 | ||||
| -rw-r--r-- | 2026/framing/Cargo.lock | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/2026/Cargo.toml b/2026/Cargo.toml index 6b596e2..420c4f2 100644 --- a/2026/Cargo.toml +++ b/2026/Cargo.toml @@ -15,6 +15,9 @@ codegen-units = 1 [profile.dev.package."*"] opt-level = 2 +[workspace] +exclude = ["framing"] + [workspace.lints.clippy] all = "deny" pedantic = "deny" diff --git a/2026/framing/Cargo.lock b/2026/framing/Cargo.lock index 6b25c1b..96a3e84 100644 --- a/2026/framing/Cargo.lock +++ b/2026/framing/Cargo.lock @@ -934,7 +934,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc46dd3ec48fdd8e693a98d2b8bafae273a2d54c1de02a2a7e3d57d501f39677" dependencies = [ "mint", - "serde", ] [[package]] |
