Skip to content

Commit e83c8ba

Browse files
Update corosensei requirement from 0.1.4 to 0.2.0
Updates the requirements on [corosensei](https://github.com/Amanieu/corosensei) to permit the latest version. - [Changelog](https://github.com/Amanieu/corosensei/blob/master/CHANGELOG.md) - [Commits](Amanieu/corosensei@v0.1.4...v0.2.0) --- updated-dependencies: - dependency-name: corosensei dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57cedc1 commit e83c8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open-coroutine-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ time = { version = "0.3.36", features = [
2121
# common
2222
cfg-if = "1.0.0"
2323
# coroutine
24-
corosensei = { version = "0.1.4", optional = true }
24+
corosensei = { version = "0.2.0", optional = true }
2525
uuid = { version = "1.8.0", features = [
2626
"v4",
2727
"fast-rng",

0 commit comments

Comments
 (0)