Rename dependencies to their crate names

Keep the old names but deprecate them so we can remove them in 0.4.
This commit is contained in:
2025-03-10 22:12:18 +01:00
parent 9a79b53147
commit ccc4c98791
3 changed files with 30 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ jobs:
toolchain: "1.70"
# Test everything except experimental features.
- run: cargo test --features backtraces,lockapi,parkinglot
- run: cargo test --features backtraces,lock_api,parking_lot
docs:
name: Documentation build