From b3e877d8475ac79220fa2e32b4ae114c4f5aa656 Mon Sep 17 00:00:00 2001 From: overtrue Date: Wed, 29 Jul 2026 17:17:26 +0800 Subject: [PATCH] ci(keystone): inherit workspace lint policy --- 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"] }