]> git.proxmox.com Git - cargo.git/commit
Make sure version env vars are always present
authorAlex Crichton <alex@alexcrichton.com>
Thu, 7 Aug 2014 15:42:16 +0000 (08:42 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 8 Aug 2014 03:24:48 +0000 (20:24 -0700)
commita986938bfb27ae90cd4484faa5859df0c0ddf44f
tree10d0307bf0d558241ff5dd6faf214857e9076da5
parentbf352dbea86bb7285c38b45e9305fdf3000e391e
Make sure version env vars are always present

They were accidentally left out of the `rustdoc --test` stage which caused
crates not to be able to be compiled.
src/cargo/ops/cargo_rustc/compilation.rs
src/cargo/ops/cargo_rustc/context.rs
src/cargo/ops/cargo_rustc/mod.rs
src/snapshots.txt
tests/test_cargo_compile.rs