difftreelog
ci upgrade rust version
in: master
3 files changed
Cargo.tomldiffbeforeafterboth--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,3 +21,9 @@
debug = 0
panic = "abort"
strip = true
+
+[profile.releasedebug]
+inherits = "release"
+debug = 2
+panic = "unwind"
+strip = false
flake.lockdiffbeforeafterboth6 packageslockfile v7
Might be heavy and slow!
flake-utils
5aed528github.com/numtide/flake-utils↘ 0↖ 1sourcegithub:numtide/flake-utilschecksumsha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=used byflake-utils
c0e246bgithub.com/numtide/flake-utils↘ 0↖ 1sourcegithub:numtide/flake-utilschecksumsha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=used bynixpkgs
14ccaaegithub.com/NixOS/nixpkgs↘ 0↖ 1sourcegithub:NixOS/nixpkgs/nixpkgs-unstablechecksumsha256-uOB0oxqxN9K7XGF1hcnY+PQnlQJ+3bP2vCn/+Ru/bbc=used byroot
workspace↘ 3↖ 0rust-overlay
cf668f7github.com/oxalica/rust-overlay↘ 2↖ 1sourcegithub:oxalica/rust-overlaychecksumsha256-bVuzLs1ZVggJAbJmEDVO9G6p8BH3HRaolK70KXvnWnU=depends onused by
6 packageslockfile v7
Might be heavy and slow!
flake-utils
5aed528github.com/numtide/flake-utils↘ 0↖ 1sourcegithub:numtide/flake-utilschecksumsha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=used byflake-utils
c0e246bgithub.com/numtide/flake-utils↘ 0↖ 1sourcegithub:numtide/flake-utilschecksumsha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=used bynixpkgs
14ccaaegithub.com/NixOS/nixpkgs↘ 0↖ 1sourcegithub:NixOS/nixpkgs/nixpkgs-unstablechecksumsha256-uOB0oxqxN9K7XGF1hcnY+PQnlQJ+3bP2vCn/+Ru/bbc=used byroot
workspace↘ 3↖ 0rust-overlay
859fefbgithub.com/oxalica/rust-overlay↘ 2↖ 1sourcegithub:oxalica/rust-overlaychecksumsha256-SUWQlSa/H5XKPeuF9XmWzmwIJrgK42Lak6/1jBAwyd0=depends onused by
flake.nixdiffbeforeafterboth--- a/flake.nix
+++ b/flake.nix
@@ -12,7 +12,7 @@
inherit system;
overlays = [ rust-overlay.overlays.default ];
};
- rust = ((pkgs.rustChannelOf { date = "2022-11-02"; channel = "nightly"; }).default.override {
+ rust = ((pkgs.rustChannelOf { date = "2022-11-10"; channel = "nightly"; }).default.override {
extensions = [ "rust-src" "miri" ];
});
in
@@ -24,6 +24,7 @@
lld
hyperfine
go-jsonnet
+ valgrind
];
};
}