mirror of
https://github.com/chmln/sd
synced 2024-11-24 04:03:03 +00:00
Update sd
version in lockfile (#275)
This commit is contained in:
parent
45522c2ded
commit
cb015f7490
2 changed files with 3 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue