Skip to content

Commit 1fc7078

Browse files
Update core2 requirement from 0.3.0 to 0.4.0 in /lightning
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] <support@github.com>
1 parent fcfd683 commit 1fc7078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ hex = { version = "0.4", optional = true }
4444
regex = { version = "0.2.11", optional = true }
4545
backtrace = { version = "0.3", optional = true }
4646

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

4949
[dev-dependencies]
5050
hex = "0.4"

0 commit comments

Comments
 (0)