Skip to content

Commit 4d16152

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 be4bb58 commit 4d16152

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
@@ -46,7 +46,7 @@ hex = { version = "0.4", optional = true }
4646
regex = { version = "1.5.6", optional = true }
4747
backtrace = { version = "0.3", optional = true }
4848

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

5151
[dev-dependencies]
5252
hex = "0.4"

0 commit comments

Comments
 (0)