chore: db msrv

This commit is contained in:
thesimplekid
2024-12-23 11:05:56 -05:00
parent 003a8f1b47
commit 90f9f668e1

View File

@@ -274,6 +274,7 @@
cargo update -p allocator-api2 --precise 0.2.18
cargo update -p async-compression --precise 0.4.3
cargo update -p zstd-sys --precise 2.0.8+zstd.1.5.5
cargo update -p redb --precise 2.2.0
'';
buildInputs = buildInputs ++ WASMInputs ++ [ db_msrv_toolchain ];
inherit nativeBuildInputs;