mirror of
https://github.com/orhun/git-cliff.git
synced 2024-12-02 12:46:34 +03:00
b401e12890
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.0 to 1.10.2. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.10.0...1.10.2) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
30 lines
394 B
TOML
30 lines
394 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["git-cliff-core", "git-cliff"]
|
|
|
|
[workspace.dependencies]
|
|
regex = "1.10.2"
|
|
glob = "0.3.1"
|
|
log = "0.4.19"
|
|
|
|
[profile.dev]
|
|
opt-level = 0
|
|
debug = true
|
|
panic = "abort"
|
|
|
|
[profile.test]
|
|
opt-level = 0
|
|
debug = true
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
debug = false
|
|
panic = "unwind"
|
|
lto = true
|
|
codegen-units = 1
|
|
strip = true
|
|
|
|
[profile.bench]
|
|
opt-level = 3
|
|
debug = false
|