We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4fd05 commit 069c07bCopy full SHA for 069c07b
Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
6
# - Update CHANGELOG.md.
7
# - Update doc URL.
8
# - Create "v0.1.x" git tag.
9
-version = "0.1.11"
+version = "0.2.0"
10
license = "MIT"
11
readme = "README.md"
12
description = """
@@ -44,4 +44,4 @@ name = "bench_capture"
44
harness = false
45
46
[patch.crates-io]
47
-tokio = { git = "https://github.com/dbcfd/tokio.git", branch = "poll-evented-error-2413" }
+tokio = { git = "https://github.com/dbcfd/tokio.git", branch = "poll-evented-error-2413" }
0 commit comments