Repo Added
|
Build
691
Last
|
Files
6
|
Badge
Embed ▾
README BADGES
|
github
chore: bump MSRV to 1.77.0 First, CI output first flagged `clap`: ``` error: package `clap v4.5.13` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.70.0 Either upgrade to rustc 1.74 or newer, or use cargo update -p clap@4.5.13 --precise ver where `ver` is the latest version of `clap` supporting rustc 1.70.0 Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101 ``` Then rusqlite 0.32 uses a ructc-feature `c_literal` [commit], which has been stablized in 1.77.0. Second, Rust 1.77.0, went out almost 6 months ago at this point, so we are not going to require a very recent rust version. Note: Reworded based on this thread: https://github.com/cljoly/rusqlite_migration/pull/181#discussion_r1704718325 [commit] https://github.com/rusqlite/rusqlite/commit/ed7434e95
315 of 335 relevant lines covered (94.03%)
7.5 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Badge your Repo: rusqlite_migrationWe detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.Could not find badge in README. |
Embed ▾
Refresh
README BADGES
|