From 90f9f668e15e34fb5a46e7f33acac9174bea5eef Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Mon, 23 Dec 2024 11:05:56 -0500 Subject: [PATCH] chore: db msrv --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e95a95d7..c863a70d 100644 --- a/flake.nix +++ b/flake.nix @@ -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;