Skip to content

Commit 6b4e90d

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] <[email protected]>
1 parent 711bcef commit 6b4e90d

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

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

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

0 commit comments

Comments
 (0)