Remove dependency on target_info. (#7964)

Remove dependency on target_info, use standard library instead.
This commit is contained in:
Sam Wilson
2025-09-01 02:03:55 -04:00
committed by GitHub
parent 66edda2690
commit 477c534cd7
3 changed files with 2 additions and 10 deletions

View File

@@ -7,7 +7,6 @@ edition = { workspace = true }
[dependencies]
git-version = "0.3.4"
target_info = "0.1.0"
[dev-dependencies]
regex = { workspace = true }