Skip to content

Commit

Permalink
harmless change
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Sep 14, 2024
1 parent cfd919c commit 14d68cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ rec {
cargoVendorTools = nixpkgs.rustPlatform.buildRustPackage rec {
name = "cargo-vendor-tools";
src = subpath "./rts/${name}/";
cargoSha256 = "sha256-E6GTFvmZMjGsVlec7aH3QaizqIET6Dz8Csh0N1jeX+M=";
cargoSha256 = "sha256-X6GTFvmZMjGsVlec7aH3QaizqIET6Dz8Csh0N1jeX+M=";
};

# Path to vendor-rust-std-deps, provided by cargo-vendor-tools
Expand Down
2 changes: 1 addition & 1 deletion rts/cargo-vendor-tools/src/vendor_rust_std_deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use serde_json as json;
use sha2::{Digest, Sha256};

static DESCR: &str = "
Given a Rust toolchain path and a vendor directory, this program vendors Rust std dependencies in
XGiven a Rust toolchain path and a vendor directory, this program vendors Rust std dependencies in
the given vendor directory. This directory can then be used to build packages with `-Zbuild-std`
parameters in nix.
";
Expand Down

0 comments on commit 14d68cc

Please sign in to comment.