Skip to content

Commit

Permalink
Auto merge of #12767 - epage:msrv-refactor, r=weihanglo
Browse files Browse the repository at this point in the history
Prep for automating MSRV management

### What does this PR try to resolve?

These are the simpler / less controversial parts of #12654 ensuring we get them in now, reducing the chance for conflicts and getting some of the benefits

### How should we test and review this PR?

CI

### Additional information
  • Loading branch information
bors committed Oct 3, 2023
2 parents ed0a787 + 29fde12 commit 794d0a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update 1.70 && rustup default 1.70
- run: cargo test -p cargo-credential
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --all-targets --rust-version -p cargo-credential
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/home/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "home"
version = "0.5.7" # also update `html_root_url` in `src/lib.rs`
version = "0.5.8"
authors = ["Brian Anderson <[email protected]>"]
documentation = "https://docs.rs/home"
edition.workspace = true
Expand Down
1 change: 0 additions & 1 deletion crates/home/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
//!
//! [discussion]: https://github.com/rust-lang/rust/pull/46799#issuecomment-361156935
#![doc(html_root_url = "https://docs.rs/home/0.5.6")]
#![deny(rust_2018_idioms)]

pub mod env;
Expand Down

0 comments on commit 794d0a8

Please sign in to comment.