mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-26 17:14:59 +01:00
Merge pull request #786 from thesimplekid/cdk_sqlite_msrv
chore: fix msrv shell
This commit is contained in:
14
flake.nix
14
flake.nix
@@ -226,20 +226,12 @@
|
||||
shellHook = "
|
||||
${_shellHook}
|
||||
cargo update
|
||||
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 flate2 --precise 1.0.35
|
||||
|
||||
|
||||
cargo update -p home --precise 0.5.5
|
||||
# cargo update -p async-compression --precise 0.4.3
|
||||
cargo update -p home --precise 0.5.9
|
||||
cargo update -p zerofrom --precise 0.1.5
|
||||
cargo update -p half --precise 2.4.1
|
||||
|
||||
cargo update -p base64ct --precise 1.7.3
|
||||
cargo update -p url --precise 2.5.2
|
||||
|
||||
# For wasm32-unknown-unknown target
|
||||
cargo update -p triomphe --precise 0.1.11
|
||||
|
||||
";
|
||||
buildInputs = buildInputs ++ WASMInputs ++ [ msrv_toolchain ];
|
||||
inherit nativeBuildInputs;
|
||||
|
||||
Reference in New Issue
Block a user