chore(rust): switch new detector to `IDefaultOffComponentDetector` (#811)

This commit is contained in:
Justin Perez 2023-09-27 14:00:44 -07:00 коммит произвёл GitHub
Родитель c0fe4af38e
Коммит 4560a88608
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;