mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
8d708d28a1
* parity: 1.10.8 -> 1.10.9 * parity: 1.10.8 -> 1.11.8; parity-beta: init at 2.0.1
99 lines
3.1 KiB
Diff
99 lines
3.1 KiB
Diff
diff --git a/.cargo/config b/.cargo/config
|
|
index 72652ad2f..3c0eca89a 100644
|
|
--- a/.cargo/config
|
|
+++ b/.cargo/config
|
|
@@ -1,3 +1,93 @@
|
|
[target.x86_64-pc-windows-msvc]
|
|
# Link the C runtime statically ; https://github.com/paritytech/parity/issues/6643
|
|
rustflags = ["-Ctarget-feature=+crt-static"]
|
|
+
|
|
+[source."https://github.com/alexcrichton/mio-named-pipes"]
|
|
+git = "https://github.com/alexcrichton/mio-named-pipes"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/nikvolf/parity-tokio-ipc"]
|
|
+git = "https://github.com/nikvolf/parity-tokio-ipc"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/nikvolf/tokio-named-pipes"]
|
|
+git = "https://github.com/nikvolf/tokio-named-pipes"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/app-dirs-rs"]
|
|
+git = "https://github.com/paritytech/app-dirs-rs"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/bn"]
|
|
+git = "https://github.com/paritytech/bn"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/daemonize"]
|
|
+git = "https://github.com/paritytech/daemonize"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/hidapi-rs"]
|
|
+git = "https://github.com/paritytech/hidapi-rs"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/jsonrpc.git"]
|
|
+git = "https://github.com/paritytech/jsonrpc.git"
|
|
+branch = "parity-1.11"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/libusb-rs"]
|
|
+git = "https://github.com/paritytech/libusb-rs"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/libusb-sys"]
|
|
+git = "https://github.com/paritytech/libusb-sys"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/parity-common"]
|
|
+git = "https://github.com/paritytech/parity-common"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/ring"]
|
|
+git = "https://github.com/paritytech/ring"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/rust-ctrlc.git"]
|
|
+git = "https://github.com/paritytech/rust-ctrlc.git"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/rust-rocksdb"]
|
|
+git = "https://github.com/paritytech/rust-rocksdb"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/rust-secp256k1"]
|
|
+git = "https://github.com/paritytech/rust-secp256k1"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/rust-snappy"]
|
|
+git = "https://github.com/paritytech/rust-snappy"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/paritytech/trezor-sys"]
|
|
+git = "https://github.com/paritytech/trezor-sys"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|
|
+
|
|
+[source."https://github.com/tomusdrw/ws-rs"]
|
|
+git = "https://github.com/tomusdrw/ws-rs"
|
|
+branch = "master"
|
|
+replace-with = "vendored-sources"
|