remove unnecessary dependency (#42)

This commit is contained in:
cgettys-microsoft 2024-10-09 16:30:41 -07:00 коммит произвёл GitHub
Родитель e04c784356
Коммит b6a07c9f94
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -1,6 +1,6 @@
[package]
name = "win_etw_provider"
version = "0.1.10"
version = "0.1.11"
authors = ["Arlie Davis <ardavis@microsoft.com>"]
edition = "2018"
description = "Enables apps to report events to Event Tracing for Windows (ETW)."
@ -19,7 +19,6 @@ uuid = {version = "1", optional = true}
[target.'cfg(windows)'.dependencies]
winapi = { version = "^0.3", features = ["evntprov", "winerror", "evntrace"] }
w32-error = "^1.0"
[dev-dependencies]
atomic_lazy = { git = "https://github.com/sivadeilra/atomic_lazy" }