Merge pull request #22 from dzervas/renovate/ctor-0.x

Update Rust crate ctor to 0.2.7
This commit is contained in:
Dimitris Zervas 2024-03-04 13:17:49 +02:00 committed by GitHub
commit c686b3f3cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ winapi = { version = "0.3.9", features = ["winnt", "libloaderapi"] }
windows-sys = { version = "0.52.0", features = ["Win32_System_ClrHosting"], optional = true } windows-sys = { version = "0.52.0", features = ["Win32_System_ClrHosting"], optional = true }
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
ctor = "0.2.6" ctor = "0.2.7"
[build-dependencies] [build-dependencies]
goblin = "0.8.0" goblin = "0.8.0"