David Tolnay
6175e9675d
Check all crates in workspace for outdated deps
2022-06-06 14:39:22 -07:00
David Tolnay
1d70065c50
Drop unneeded quoting from env variable in workflows yaml
2022-04-28 19:29:09 -07:00
David Tolnay
aed1982175
Update workflows to actions/checkout@v3
2022-04-25 01:52:24 -07:00
David Tolnay
1a9a1e3d1f
Detect warnings in CI
2021-12-31 22:17:12 -08:00
David Tolnay
a243a5e2bc
Install newest build of cargo-outdated
...
The old version available by default in the GitHub Actions image fails
with:
thread 'main' panicked at 'package cache lock is not currently held, Cargo forgot to call `acquire_package_cache_lock` before we got to this stack frame', /usr/share/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-0.57.0/src/cargo/util/config/mod.rs:1542:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2021-11-17 13:35:22 -08:00
David Tolnay
eca862190a
Release 1.0.6
2021-11-12 19:01:33 -08:00
David Tolnay
fe98446755
Merge pull request #10 from dtolnay/nostd
...
Eliminate implicit dependency on std crate
2021-11-12 19:00:33 -08:00
David Tolnay
5c6a3861bc
Eliminate implicit dependency on std crate
2021-11-12 18:54:47 -08:00
David Tolnay
5a5a139866
Add actions job to notice outdated dependencies
2021-10-08 02:01:36 -04:00
David Tolnay
c37726aedc
Declare minimum Rust version in Cargo metadata
2021-10-02 02:11:40 -04:00
David Tolnay
315247da0b
Skip clippy job on pull requests
2021-09-18 16:28:03 -07:00
David Tolnay
818fe3d162
Release 1.0.5
2021-01-11 15:58:13 -08:00
David Tolnay
8b9bcdac20
Merge pull request #8 from dtolnay/doc
...
Document extern crate link_cplusplus;
2021-01-11 15:57:49 -08:00
David Tolnay
3808abe60e
Document extern crate link_cplusplus;
2021-01-11 15:47:24 -08:00
David Tolnay
35da608467
Fix catching clippy warnings as CI failures
2021-01-04 23:47:28 -08:00
David Tolnay
269ce4f613
Inform clippy of supported compiler version in clippy.toml
2020-12-30 14:39:06 -08:00
David Tolnay
b6f1ca6c44
Run clippy linter in CI
2020-12-30 14:38:53 -08:00
David Tolnay
fd6d5eb4fb
Raise min tested rustc version to 1.34
...
Required by use of str::split_ascii_whitespace in the cc crate.
error[E0658]: use of unstable library feature 'split_ascii_whitespace' (see issue #48656 )
--> .cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.62/src/lib.rs:2157:14
|
2157 | .split_ascii_whitespace()
| ^^^^^^^^^^^^^^^^^^^^^^
2020-11-06 18:17:15 -08:00
David Tolnay
adf048bcec
Release 1.0.4
2020-10-07 10:58:56 -07:00
David Tolnay
39117c6eb5
Merge pull request #6 from dtolnay/links
...
Enable Cargo's overriding build scripts feature
2020-10-07 10:58:39 -07:00
David Tolnay
3aca7ec039
Enable Cargo's overriding build scripts feature
2020-10-07 10:55:41 -07:00
David Tolnay
3631bc8c51
Release 1.0.3
2020-09-25 17:46:26 -04:00
David Tolnay
02cae20dd7
Merge pull request #4 from dtolnay/plusplus
...
Rename Cargo features to libstdc++ and libc++
2020-09-25 17:45:57 -04:00
David Tolnay
37fb86a4aa
Rename Cargo features to libstdc++ and libc++
2020-09-25 17:39:51 -04:00
David Tolnay
58f4f40f93
Release 1.0.2
2020-06-16 11:31:34 -07:00
David Tolnay
f58d20fee3
Add crosslink icons to top of rustdoc
2020-06-13 22:40:13 -07:00
David Tolnay
690ab42aa4
New style of readme badges
2020-06-13 22:40:10 -07:00
David Tolnay
948f013cdb
Update build status badge to GitHub Actions
2020-05-05 23:58:56 -07:00
David Tolnay
eb587dba56
Remove Travis configuration
2020-05-05 11:37:36 -07:00
David Tolnay
c4d90a1b76
Merge pull request #3 from dtolnay/actions
...
Enable GitHub Actions
2020-05-02 23:50:04 -07:00
David Tolnay
dbcb3a788b
Enable GitHub Actions
2020-05-02 23:38:33 -07:00
David Tolnay
93a16b1553
Select a single docs.rs build target
2020-03-17 13:23:20 -07:00
David Tolnay
690c615e63
Release 1.0.1
2020-01-24 16:05:30 -08:00
David Tolnay
b591679fc2
Merge pull request #2 from dtolnay/dummy
...
Make mac's `ar` happy
2020-01-24 16:03:21 -08:00
David Tolnay
9793b38213
Make mac's ar
happy
2020-01-24 15:53:50 -08:00
David Tolnay
21c5afb807
Add macos and windows CI builds
2020-01-24 15:35:29 -08:00
David Tolnay
230dd1a9f4
Require rustc 1.31+
...
This is the range that the cc crate supports.
2020-01-24 15:26:54 -08:00
David Tolnay
d978d98221
Release 1.0.0
2020-01-24 15:19:07 -08:00
David Tolnay
b417ce3fda
Drop to 2015 edition
...
This crate doesn't contain any code, might as well support any compiler.
2020-01-24 15:19:07 -08:00
David Tolnay
f3b53709b1
Set up Travis build
2020-01-24 15:19:07 -08:00
David Tolnay
0f4ef15468
Copy readme to rustdoc
2020-01-24 15:16:57 -08:00
David Tolnay
e212ad3508
Add readme
2020-01-24 15:15:58 -08:00
David Tolnay
3677a8b329
Add Cargo.toml metadata
2020-01-24 14:43:09 -08:00
David Tolnay
9601a516d7
Implement build script
2020-01-24 14:41:39 -08:00
David Tolnay
d4e0bcec2c
Dual mit OR apache license
2020-01-24 14:39:54 -08:00
David Tolnay
fac5090e4b
Initial commit
2020-01-24 14:39:39 -08:00