Update sd version in lockfile (#275)

This commit is contained in:
CosmicHorror 2023-11-05 12:16:09 -07:00 committed by GitHub
parent 45522c2ded
commit cb015f7490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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)