Skip to content

Commit

Permalink
Update dependency attaswift/BigInt to from: "5.4.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and jmmaloney4 committed Jun 27, 2024
1 parent d4c17f7 commit fe7a2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/jmmaloney4/VarInt.git", from: "1.0.0"),
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.3.0"),
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.4.0"),
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.4.0"),
],
targets: [
Expand Down

0 comments on commit fe7a2c4

Please sign in to comment.