summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosmicHorror <CosmicHorrorDev@pm.me>2023-11-05 12:16:09 -0700
committerGitHub <noreply@github.com>2023-11-05 13:16:09 -0600
commitcb015f749070e424d82e7f35fcad801cd4a5cbc7 (patch)
tree4efa4075276e85ad7240896e11a3e23d0ab4474e
parent45522c2dedd9d98b21e3af4893126e3aa660ea34 (diff)
Update `sd` version in lockfile (#275)1.0.0-beta.0
-rw-r--r--Cargo.lock4
-rw-r--r--RELEASE.md1
2 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1e28893..095eb79 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -647,7 +647,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "sd"
-version = "0.7.6"
+version = "1.0.0-beta.0"
dependencies = [
"ansi-to-html",
"ansi_term",
@@ -961,7 +961,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "xtask"
-version = "0.7.6"
+version = "1.0.0-beta.0"
dependencies = [
"clap",
"clap_complete",
diff --git a/RELEASE.md b/RELEASE.md
index ab0843b..4cfcd9d 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -8,6 +8,7 @@
1. [ ] Update `rust-version` in `Cargo.toml`
- `$ cargo msrv --min 1.60 -- cargo check`
1. [ ] Bump `version` in `Cargo.toml`
+1. [ ] Run `cargo check` to propogate the change to `Cargo.lock`
1. [ ] Update the `CHANGELOG.md`
1. [ ] Merge changes through a PR to make sure that CI passes
1. [ ] Publish on [crates.io](crates.io)