From 1848f121803bdfce09bd65c159123ec94ce2e0d7 Mon Sep 17 00:00:00 2001 From: Mike Zeller Date: Mon, 2 Dec 2024 22:56:07 +0000 Subject: [PATCH] [spr] changes introduced through rebase Created using spr 1.3.6-beta.1 [skip ci] --- sled-diagnostics/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sled-diagnostics/Cargo.toml b/sled-diagnostics/Cargo.toml index 3ed8ead092..98ac59b674 100644 --- a/sled-diagnostics/Cargo.toml +++ b/sled-diagnostics/Cargo.toml @@ -3,6 +3,9 @@ name = "sled-diagnostics" version = "0.1.0" edition = "2021" +[lints] +workspace = true + [dependencies] futures.workspace = true omicron-workspace-hack.workspace = true