From c195b18fb83357796be07bfc7ee551c2d21192e7 Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Wed, 29 Jul 2026 22:21:01 +0800 Subject: [PATCH] ci(keystone): inherit workspace lint policy (#5429) --- crates/keystone/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/keystone/Cargo.toml b/crates/keystone/Cargo.toml index 0ff3a66ca..50110221e 100644 --- a/crates/keystone/Cargo.toml +++ b/crates/keystone/Cargo.toml @@ -25,6 +25,9 @@ keywords = ["rustfs", "openstack", "keystone", "authentication", "s3"] categories = ["authentication", "web-programming"] authors.workspace = true +[lints] +workspace = true + [dependencies] tokio = { workspace = true, features = ["rt", "sync"] } reqwest = { workspace = true, features = ["json"] }