mirror of
https://github.com/aljazceru/cdk.git
synced 2026-02-06 13:45:53 +01:00
fix: msrv pin url
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
cargo update -p bumpalo --precise 3.12.0
|
||||
cargo update -p moka --precise 0.11.1
|
||||
cargo update -p triomphe --precise 0.1.11
|
||||
cargo update -p url --precise 2.5.2
|
||||
";
|
||||
buildInputs = buildInputs ++ WASMInputs ++ [ msrv_toolchain ];
|
||||
inherit nativeBuildInputs;
|
||||
@@ -160,6 +161,7 @@
|
||||
cargo update -p tokio-stream --precise 0.1.15
|
||||
cargo update -p serde_with --precise 3.1.0
|
||||
cargo update -p reqwest --precise 0.12.4
|
||||
cargo update -p url --precise 2.5.2
|
||||
";
|
||||
buildInputs = buildInputs ++ WASMInputs ++ [ db_msrv_toolchain ];
|
||||
inherit nativeBuildInputs;
|
||||
|
||||
Reference in New Issue
Block a user