We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729c11c commit adba53eCopy full SHA for adba53e
Package.swift
@@ -17,13 +17,9 @@ let package = Package(
17
18
dependencies: [
19
.package(url: "https://github.com/Macro-swift/Macro.git",
20
- from: "0.0.12"),
21
- /*
+ from: "0.0.15"),
22
.package(url: "https://github.com/Macro-swift/MacroExpress.git",
23
- from: "0.0.2")
24
- */
25
- .package(url: "file:///Users/helge/dev/Swift/Macro/MacroExpress",
26
- .branch("develop"))
+ from: "0.0.3")
27
],
28
29
targets: [
0 commit comments