error: use of deprecated unit variant `cc::windows_registry::VsVers::Vs12`: Visual Studio 12 is no longer supported. cc will never return this value.
--> /home/runner/work/namseent/namseent/namui/third-party-forks/rusqlite/libsqlite3-sys/build.rs:238:43
|
238 | Ok(ver) => ver != VsVers::Vs12,
| ^^^^
|
= note: `-D deprecated` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(deprecated)]`
https://github.com/rusqlite/rusqlite/blob/eebbbb008633b36f2580b29501800fb8bc37e36a/libsqlite3-sys/build.rs#L247-L251
https://github.com/rust-lang/cc-rs/blob/ba08d63ae08553d955d0d372982c04679b9ecdb1/src/windows/find_tools.rs#L154-L168