chore(rust): switch new detector to `IDefaultOffComponentDetector` (#811)
This commit is contained in:
Родитель
c0fe4af38e
Коммит
4560a88608
|
@ -13,7 +13,7 @@ using Microsoft.Extensions.Logging;
|
|||
/// <summary>
|
||||
/// A Rust CLI detector that uses the cargo metadata command to detect Rust components.
|
||||
/// </summary>
|
||||
public class RustCliDetector : FileComponentDetector, IExperimentalDetector
|
||||
public class RustCliDetector : FileComponentDetector, IDefaultOffComponentDetector
|
||||
{
|
||||
private readonly ICommandLineInvocationService cliService;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче