rollback cargo to 1.60, something something ring LTO

main
xenofem 2022-06-15 14:18:47 -04:00
parent ea40e0613f
commit 48fb831ff2
2 changed files with 5 additions and 4 deletions

View File

@ -77,16 +77,17 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1653273659,
"narHash": "sha256-dHXYaNL1axhZZyiZXxt1WKhvZrYXq7bjCs3y5VjgyGI=",
"lastModified": 1652928489,
"narHash": "sha256-IB5eALwbOMzP3fRnK6s/otUSZie/lAXA2I4NbNUJ1OA=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "0fa3e01da1ce98e3b40063b8e2678095943402b1",
"rev": "6ddde85465a678aa549cef26dd7ddb012aa0eda3",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "6ddde85465a678aa549cef26dd7ddb012aa0eda3",
"type": "github"
}
},

View File

@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
utils.url = "github:numtide/flake-utils";
rust-overlay.url = "github:oxalica/rust-overlay";
rust-overlay.url = "github:oxalica/rust-overlay/6ddde85465a678aa549cef26dd7ddb012aa0eda3";
crate2nix = {
url = "github:kolloch/crate2nix";
flake = false;