Skip to content

Commit

Permalink
Update core2 requirement from 0.3.0 to 0.4.0 in /lightning
Browse files Browse the repository at this point in the history
Updates the requirements on [core2](https://github.com/bbqsrc/core2) to permit the latest version.
- [Release notes](https://github.com/bbqsrc/core2/releases)
- [Commits](https://github.com/bbqsrc/core2/commits)

---
updated-dependencies:
- dependency-name: core2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 22, 2022
1 parent 5ed2985 commit bc7ebe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ hex = { version = "0.4", optional = true }
regex = { version = "0.2.11", optional = true }
backtrace = { version = "0.3", optional = true }

core2 = { version = "0.3.0", optional = true, default-features = false }
core2 = { version = "0.4.0", optional = true, default-features = false }

[dev-dependencies]
hex = "0.4"
Expand Down

0 comments on commit bc7ebe3

Please sign in to comment.