diff options
| author | Harsha <[email protected]> | 2023-05-31 07:34:52 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-31 22:34:52 +0800 |
| commit | 7201b230460c8f15fe494876bd0aed922322d3de (patch) | |
| tree | 5932462d8a38c2dc816dba1c7f9f55876351ce42 | |
| parent | 60b452951db5887e5226b1e20c8f9f70a7db576b (diff) | |
Bump up monoio-compat version (#172)
| -rw-r--r-- | monoio-compat/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monoio-compat/Cargo.toml b/monoio-compat/Cargo.toml index 2ae595d..3541561 100644 --- a/monoio-compat/Cargo.toml +++ b/monoio-compat/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT/Apache-2.0" name = "monoio-compat" readme = "README.md" repository = "https://github.com/bytedance/monoio" -version = "0.1.0" +version = "0.1.1" [dependencies] monoio = {version = "0.1.0", path = "../monoio", default-features = false} |
