summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-29 01:07:56 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-02 12:58:35 +0200
commitf0653ccdb084ad7bb389ad6859474c117893e5a9 (patch)
tree764d6b1367c6ffd470482b6dc7ac4b8244b6cd6c /Cargo.lock
parente9d557fc2923d5c130b252f935479bc2f74734d6 (diff)
downloadrebel-f0653ccdb084ad7bb389ad6859474c117893e5a9.tar
rebel-f0653ccdb084ad7bb389ad6859474c117893e5a9.zip
executor: add various toolchain-related variables to the environment by default
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c800ee5..1021c93 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -413,6 +413,15 @@ dependencies = [
]
[[package]]
+name = "indoc"
+version = "1.0.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
+dependencies = [
+ "unindent",
+]
+
+[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -795,6 +804,7 @@ dependencies = [
"enum-kinds",
"handlebars",
"hex",
+ "indoc",
"ipc-channel",
"libc",
"nix",
@@ -1081,6 +1091,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
[[package]]
+name = "unindent"
+version = "0.1.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
+
+[[package]]
name = "users"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"