Browse Source

chore: db msrv

thesimplekid 3 months ago
parent
commit
90f9f668e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      flake.nix

+ 1 - 0
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;