worker-build: newline for Cargo.lock

This commit is contained in:
Gabriel Simmer 2023-08-28 20:12:22 +01:00 committed by Yt
parent 0f4c6b4e4b
commit cd11d6683e
2 changed files with 2 additions and 2 deletions

View File

@ -2412,4 +2412,4 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
dependencies = [
"libc",
]
]

View File

@ -8,7 +8,7 @@ rustPlatform.buildRustPackage rec {
owner = "cloudflare";
repo = "workers-rs";
rev = "v${version}";
sha256 = "sha256-z6m14IbMzgycwnQpA28e4taokDSVpfZOKIRmFIwLjbg=";
hash = "sha256-z6m14IbMzgycwnQpA28e4taokDSVpfZOKIRmFIwLjbg=";
};
cargoLock = {