Skip to content

Commit

Permalink
revert one change.
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykPiwowarczyk committed Oct 5, 2023
1 parent e9262cd commit c3d5688
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ let package = Package(
.library(
name: "FeaturevisorTypes",
targets: ["FeaturevisorTypes"]
)
),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/daisuke-t-jp/MurmurHash-Swift.git", from: "1.1.1")
.package(url: "https://github.com/daisuke-t-jp/MurmurHash-Swift.git", from: "1.1.1"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down Expand Up @@ -48,6 +48,6 @@ let package = Package(
],
resources: [
.process("JSONs")
])
]),
]
)

0 comments on commit c3d5688

Please sign in to comment.