1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-16 09:13:20 +03:00
git-cliff/Cargo.toml
dependabot[bot] b106db46aa
chore(deps): bump log from 0.4.18 to 0.4.19
Bumps [log](https://github.com/rust-lang/log) from 0.4.18 to 0.4.19.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.18...0.4.19)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-12 23:07:16 +00:00

29 lines
378 B
TOML

[workspace]
members = ["git-cliff-core", "git-cliff"]
[workspace.dependencies]
regex = "1.8.4"
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