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-compat | |
| parent | 3c76e359a0ca60480aba49c33c142b5fa6af830a (diff) | |
publish 0.1.0 (#151)
Diffstat (limited to 'monoio-compat')
| -rw-r--r-- | monoio-compat/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/monoio-compat/Cargo.toml b/monoio-compat/Cargo.toml index 5ba47cb..2ae595d 100644 --- a/monoio-compat/Cargo.toml +++ b/monoio-compat/Cargo.toml @@ -8,12 +8,12 @@ license = "MIT/Apache-2.0" name = "monoio-compat" readme = "README.md" repository = "https://github.com/bytedance/monoio" -version = "0.0.9" +version = "0.1.0" [dependencies] -monoio = {version = "0.0.9", path = "../monoio", default-features = false} +monoio = {version = "0.1.0", path = "../monoio", default-features = false} reusable-box-future = "0.2" tokio = {version = "1", default-features = false, features = ["io-util"]} [dev-dependencies] -monoio = {version = "0.0.9", path = "../monoio", features = ["async-cancel", "macros"]} +monoio = {version = "0.1.0", path = "../monoio", features = ["async-cancel", "macros"]} |
