Skip to content

Commit 22886e8

Browse files
committed
v.0.4.5
1 parent 863877b commit 22886e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ members = [
1616
]
1717

1818
[workspace.dependencies]
19-
spawned-rt = { path = "rt", version = "0.4.3" }
20-
spawned-concurrency = { path = "concurrency", version = "0.4.3" }
19+
spawned-rt = { path = "rt", version = "0.4.5" }
20+
spawned-concurrency = { path = "concurrency", version = "0.4.5" }
2121
tracing = { version = "0.1.41", features = ["log"] }
2222
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
2323

2424
[workspace.package]
25-
version = "0.4.3"
25+
version = "0.4.5"
2626
license = "MIT"
2727
edition = "2021"

0 commit comments

Comments
 (0)