rust-lang-deprecated / error-chain

Error boilerplate for Rust
Apache License 2.0
728 stars 111 forks source link

Remove executable bit from Cargo.toml and CHANGELOG.md #291

Closed bgurney-rh closed 4 years ago

bgurney-rh commented 4 years ago

I saw this in the only travis job that failed (799.1):

$ rustc --version
error: 'rustc' is not installed for the toolchain 'stable-x86_64-unknown-linux-gnu'
LukasKalbertodt commented 4 years ago

Sorry for the late reply. I restarted the travis job and it was indeed just a temporary failure. Is green now.

The change makes sense to me, no idea why the executable bit was set in the first place.

bgilbert commented 4 years ago

Commit 542c12c8a1683df6898f73ce64e6534c96c8a9c9 reinstated the execute bit on these files.