From d34f9be764e86653b7ddb67129385672978aecf4 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Tue, 9 Mar 2021 21:19:53 +0100 Subject: Cleaning up build files --- development/libs/atomptr/shell.nix | 2 +- development/tools/cargo-workspace2/Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'development') diff --git a/development/libs/atomptr/shell.nix b/development/libs/atomptr/shell.nix index 3a13912055f1..e67364bbd946 100644 --- a/development/libs/atomptr/shell.nix +++ b/development/libs/atomptr/shell.nix @@ -3,6 +3,6 @@ with import {}; stdenv.mkDerivation { name = "atomicptr"; buildInputs = with pkgs; [ - rustracer rustup clangStdenv + rustc cargo rust-analyzer rustfmt ]; } diff --git a/development/tools/cargo-workspace2/Cargo.lock b/development/tools/cargo-workspace2/Cargo.lock index 3b59ec93405b..f538b4834e26 100644 --- a/development/tools/cargo-workspace2/Cargo.lock +++ b/development/tools/cargo-workspace2/Cargo.lock @@ -20,7 +20,7 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" [[package]] name = "cargo-workspace2" -version = "0.2.1" +version = "0.2.2" dependencies = [ "semver", "textwrap", -- cgit v1.2.3