mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 06:25:41 +00:00
chore(deps): bump rusqlite to 0.40 workspace-wide (#916)
* chore(deps): bump rusqlite to 0.40 workspace-wide Align root src-tauri and workspace crates on rusqlite 0.40 so libsqlite3-sys resolves to a single version (fixes Dependabot #913 links conflict). * chore(nix): refresh flake.lock for rustc 1.95 dev shell libsqlite3-sys 0.38 (rusqlite 0.40) needs cfg_select; nixpkgs pin was on rustc 1.94. Bump workspace MSRV to 1.95 to match.
This commit is contained in:
@@ -5,7 +5,7 @@ resolver = "2"
|
||||
[workspace.package]
|
||||
version = "1.47.0-dev"
|
||||
edition = "2021"
|
||||
rust-version = "1.89"
|
||||
rust-version = "1.95"
|
||||
|
||||
[workspace.dependencies]
|
||||
tempfile = "3"
|
||||
@@ -70,7 +70,7 @@ lofty = "0.24"
|
||||
sysinfo = { version = "0.38", default-features = false, features = ["disk", "system"] }
|
||||
id3 = "1.16.4"
|
||||
symphonia-adapter-libopus = "0.2.9"
|
||||
rusqlite = { version = "0.39", features = ["bundled"] }
|
||||
rusqlite = { version = "0.40", features = ["bundled"] }
|
||||
ebur128 = "0.1"
|
||||
dasp_sample = "0.11.0"
|
||||
zip = "0.6.6"
|
||||
|
||||
Reference in New Issue
Block a user