Skip to content

Commit

Permalink
chore: bumped git2 version (#6690)
Browse files Browse the repository at this point in the history
Description
---
Updated git2 version to latest one to be able to use latest cargo
generate as a lib in tari-dan.

Motivation and Context
---

How Has This Been Tested?
---

What process can a PR reviewer use to test or verify this change?
---

<!-- Checklist -->
<!-- 1. Is the title of your PR in the form that would make nice release
notes? The title, excluding the conventional commit
tag, will be included exactly as is in the CHANGELOG, so please think
about it carefully. -->


Breaking Changes
---

- [x] None
- [ ] Requires data directory on base node to be deleted
- [ ] Requires hard fork
- [ ] Other - Please specify

<!-- Does this include a breaking change? If so, include this line as a
footer -->
<!-- BREAKING CHANGE: Description what the user should do, e.g. delete a
database, resync the chain -->
  • Loading branch information
ksrichard authored Nov 14, 2024
1 parent 9005c11 commit b75d533
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0.53"
config = { version = "0.14.0", default-features = false, features = ["toml"] }
cargo_toml = { version = "0.20.4" }
dirs-next = "1.0.2"
git2 = { version = "0.18", default-features = false, optional = true }
git2 = { version = "^0.19", default-features = false, optional = true }
log = "0.4.8"
log4rs = { version = "1.3.0", default-features = false, features = [
"config_parsing",
Expand Down

0 comments on commit b75d533

Please sign in to comment.