Skip to content

Commit 52617c8

Browse files
committed
Release 0.7.0
[email protected] Generated by cargo-workspaces
1 parent 870e5ff commit 52617c8

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ Install package `cargo-workspaces`
7474
cargo install cargo-workspaces
7575
```
7676

77-
Run `cargo workspaces` command
77+
Run `cargo workspaces` or `cargo ws` command
7878
```shell
7979
# major version
80-
cargo workspaces version major
80+
cargo ws version major
8181

8282
# minor version
83-
cargo workspaces version minor
83+
cargo ws version minor
8484

8585
# patch version
86-
cargo workspaces version patch
86+
cargo ws version patch
8787
```

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ members = [
2727
]
2828

2929
[workspace.package]
30-
version = "0.6.0"
30+
version = "0.7.0"
3131
authors = ["Sudip Ghimire"]
3232
edition = "2024"
3333
rust-version = "1.85"

0 commit comments

Comments
 (0)