This commit is contained in:
Daniel Prilik 2023-03-30 13:53:18 -07:00
Родитель 7e9abb72e2
Коммит d8a9c43fc9
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
win_etw_macros = { path = "../../win_etw_macros" }
win_etw_provider = { path = "../../win_etw_provider" }
widestring = "^0.4"
widestring = "^1.0"
winapi = { version = "^0.3.8", features = ["ntstatus"] }
[features]

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

@ -11,8 +11,8 @@ readme = "../README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
widestring = "^0.4"
zerocopy = "^0.3"
widestring = "^1.0"
zerocopy = "^0.6"
win_etw_metadata = { version = "^0.1.1", path = "../win_etw_metadata" }
[target.'cfg(windows)'.dependencies]