Skip to content

Commit 7e2310b

Browse files
committed
DONT MERGE: demonstrate it works
1 parent 5163133 commit 7e2310b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/home/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "home"
3-
version = "0.5.9"
3+
version = "0.5.8"
44
authors = ["Brian Anderson <[email protected]>"]
55
rust-version = "1.70.0" # MSRV:3
66
documentation = "https://docs.rs/home"

crates/home/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Intentional change
2+
13
[![Documentation](https://docs.rs/home/badge.svg)](https://docs.rs/home)
24
[![crates.io](https://img.shields.io/crates/v/home.svg)](https://crates.io/crates/home)
35

crates/xtask-bump-check/src/xtask.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fn bump_check(args: &clap::ArgMatches, config: &cargo::util::Config) -> CargoRes
121121
// Don't check against beta and stable branches,
122122
// as the publish of these crates are not tied with Rust release process.
123123
// See `TO_PUBLISH` in publish.py.
124-
let crates_not_check_against_channels = ["home"];
124+
let crates_not_check_against_channels = [];
125125

126126
status(&format!("base commit `{}`", base_commit.id()))?;
127127
status(&format!("head commit `{}`", head_commit.id()))?;

0 commit comments

Comments
 (0)