Skip to content

Commit

Permalink
Use binary absl
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim Hammache committed Jul 27, 2024
1 parent 7607c9f commit 33c62cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ let package = Package(
],

dependencies: [
.package(url: "https://github.com/firebase/abseil-cpp-SwiftPM.git", .exact("0.20230802.0")),
.package(url: "https://github.com/google/abseil-cpp-binary.git", .exact("1.2024011602.0")),
],

targets: [
.target(
name: "ProtobufCxx",
dependencies: [
.product(name:"abseil", package: "abseil-cpp-SwiftPM"),
.product(name:"abseil", package: "abseil-cpp-binary"),
],
path: "src",
exclude: [
Expand Down

0 comments on commit 33c62cb

Please sign in to comment.