Skip to content

Commit 3766c3e

Browse files
committed
Update compiletest_rs to master
1 parent aa191f6 commit 3766c3e

3 files changed

Lines changed: 33 additions & 27 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ path = "src/rustdoc.rs"
3030
[package.metadata.rust-analyzer]
3131
# This crate uses #![feature(rustc_private)]
3232
rustc_private = true
33+
34+
[patch.crates-io]
35+
compiletest_rs = { git = "https://github.com/Manishearth/compiletest-rs", rev = "63663557c6a28c645c506f54d08111cf028e1ac8" }

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
};
5959
cargoLock = {
6060
lockFile = ./Cargo.lock;
61+
outputHashes = {
62+
"compiletest_rs-0.11.2" = "sha256-kjdqn9MggFypzB6SVWAsNqD21wZYiv+dtPvyGNi/Wqo=";
63+
};
6164
};
6265

6366
buildInputs = with pkgs; [ sqlite ];

0 commit comments

Comments
 (0)