Skip to content

Commit aa47f82

Browse files
authored
Version update (#43)
1 parent a4c6d20 commit aa47f82

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
@@ -15,12 +15,12 @@ members = [
1515
]
1616

1717
[workspace.dependencies]
18-
spawned-rt = { path = "rt" }
19-
spawned-concurrency = { path = "concurrency" }
18+
spawned-rt = { path = "rt", version = "0.3.0"}
19+
spawned-concurrency = { path = "concurrency", version = "0.3.0"}
2020
tracing = { version = "0.1.41", features = ["log"] }
2121
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
2222

2323
[workspace.package]
24-
version = "0.2.2"
24+
version = "0.3.0"
2525
license = "MIT"
2626
edition = "2021"

0 commit comments

Comments
 (0)