diff options
| author | ihc童鞋@提不起劲 <[email protected]> | 2023-03-09 14:30:26 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-09 14:30:26 +0800 |
| commit | 11037e893c5b0f2d5db3edb074a6b7b21b983be9 (patch) | |
| tree | 7f4dcc20d8417da445637d115abae384e6e39dae /monoio | |
| parent | 3c76e359a0ca60480aba49c33c142b5fa6af830a (diff) | |
publish 0.1.0 (#151)
Diffstat (limited to 'monoio')
| -rw-r--r-- | monoio/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/monoio/Cargo.toml b/monoio/Cargo.toml index 6cd51db..5acd4ad 100644 --- a/monoio/Cargo.toml +++ b/monoio/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0" name = "monoio" readme = "README.md" repository = "https://github.com/bytedance/monoio" -version = "0.0.9" +version = "0.1.0" # common dependencies [dependencies] @@ -33,15 +33,15 @@ tracing = {version = "0.1", default-features = false, features = [ "std", ], optional = true} -# windows dependencies -[target.'cfg(windows)'.dependencies] -windows = {version = "0.43.0", features = [ - "Data_Xml_Dom", - "Win32_Foundation", - "Win32_Security", - "Win32_System_Threading", - "Win32_UI_WindowsAndMessaging", -]} +# windows dependencies(will be added when windows support finished) +# [target.'cfg(windows)'.dependencies] +# windows = {version = "0.43.0", features = [ +# "Data_Xml_Dom", +# "Win32_Foundation", +# "Win32_Security", +# "Win32_System_Threading", +# "Win32_UI_WindowsAndMessaging", +# ]} # unix dependencies [target.'cfg(unix)'.dependencies] |
