Skip to content

Commit 5c5675f

Browse files
authored
Merge pull request #52 from auths-dev/dev-rc8
release: release candidate 8
2 parents 6c54e0b + 38a84eb commit 5c5675f

File tree

5 files changed

+488
-845
lines changed

5 files changed

+488
-845
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737

3838
- id: gen-docs-check
3939
name: cargo xtask gen-docs --check
40-
entry: cargo xtask gen-docs --check
40+
entry: cargo run --package xtask -- gen-docs --check
4141
language: system
4242
files: (crates/auths-cli/src/|crates/xtask/src/gen_docs|docs/cli/commands/)
4343
pass_filenames: false

Cargo.lock

Lines changed: 19 additions & 19 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
@@ -24,7 +24,7 @@ members = [
2424
]
2525

2626
[workspace.package]
27-
version = "0.0.1-rc.7"
27+
version = "0.0.1-rc.8"
2828
license = "Apache-2.0"
2929
rust-version = "1.93"
3030
repository = "https://github.com/auths-dev/auths"

0 commit comments

Comments
 (0)