divan
divan copied to clipboard
chore: update dependencies
Chores
- Update cargo dependencies and github-actions
- Let dependabot update cargo and github-actions
- Fix warnings
- Bump MSRV to 1.91
Notes
-
const TypeId::of::<T>is stable since 1.91 https://blog.rust-lang.org/2025/10/30/Rust-1.91.0/#stabilized-apis - After breaking the Rust 1.85 "barrier",
editioncould be bumped to 2024 - "../README.md" seemed odd in examples, I changed it to the dedicated readme
- Can the coverage be increased? tarpaulin shows 59% (1697/2889 lines covered)
- CI doesn't run automatically, could you trigger it?