diff --git a/src/Microsoft.ComponentDetection.Detectors/rust/RustCliDetector.cs b/src/Microsoft.ComponentDetection.Detectors/rust/RustCliDetector.cs index 63a8babe6..561308365 100644 --- a/src/Microsoft.ComponentDetection.Detectors/rust/RustCliDetector.cs +++ b/src/Microsoft.ComponentDetection.Detectors/rust/RustCliDetector.cs @@ -13,7 +13,7 @@ namespace Microsoft.ComponentDetection.Detectors.Rust; /// /// A Rust CLI detector that uses the cargo metadata command to detect Rust components. /// -public class RustCliDetector : FileComponentDetector, IExperimentalDetector +public class RustCliDetector : FileComponentDetector, IDefaultOffComponentDetector { private readonly ICommandLineInvocationService cliService;