Commit f844862
authored
Upgrade spawned-concurrency and spawned-rt to 0.5.0 from crates.io (#224)
## Motivation
We've been depending on `spawned-concurrency` and `spawned-rt` via a git
tag (`v0.5.0-rc2`). The stable `0.5.0` release is now published on
crates.io, so we can switch to the registry dependency — cleaner, faster
to resolve, and easier for downstream consumers.
## Description
Updates the workspace `Cargo.toml` to pull both crates from crates.io
instead of the git repository:
| Crate | Before | After |
|-------|--------|-------|
| `spawned-concurrency` | `git = "...spawned.git", tag = "v0.5.0-rc2"` |
`"0.5.0"` |
| `spawned-rt` | `git = "...spawned.git", tag = "v0.5.0-rc2"` |
`"0.5.0"` |
No code changes were needed — the upgrade from RC2 to stable introduced
no breaking changes.
## How to Test
- `make fmt` — passes
- `make lint` — passes (no new warnings)
- `make test` — all workspace tests pass
Congrats on the 0.5.0 release! 🎉1 parent f4df9a2 commit f844862
2 files changed
Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments