Skip to content

Commit b4bf65b

Browse files
authored
Bump PrincipleMacros (#2)
1 parent fe85c20 commit b4bf65b

File tree

3 files changed

+5
-28
lines changed

3 files changed

+5
-28
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,24 +68,16 @@ let package = Package(
6868
.library(
6969
name: "ProbeTesting",
7070
targets: ["ProbeTesting"]
71-
),
72-
.library(
73-
name: "DeeplyCopyable",
74-
targets: ["DeeplyCopyable"]
75-
),
76-
.library(
77-
name: "EquatableObject",
78-
targets: ["EquatableObject"]
7971
)
8072
],
8173
dependencies: [
8274
.package(
8375
url: "https://github.com/NSFatalError/Principle",
84-
from: "1.0.0"
76+
from: "1.0.3"
8577
),
8678
.package(
8779
url: "https://github.com/NSFatalError/PrincipleMacros",
88-
from: "1.0.0"
80+
from: "1.0.4"
8981
),
9082
.package(
9183
url: "https://github.com/swiftlang/swift-syntax",
@@ -118,16 +110,11 @@ let package = Package(
118110
name: "Algorithms",
119111
package: "swift-algorithms"
120112
)
121-
],
122-
swiftSettings: [
123-
.enableExperimentalFeature("LifetimeDependence")
124113
]
125114
)
126115
] + macroTargets(
127116
name: "Probing",
128117
dependencies: [
129-
"DeeplyCopyable",
130-
"EquatableObject",
131118
.product(
132119
name: "PrincipleConcurrency",
133120
package: "Principle"

Sources/Probing/Imports.swift

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)