Skip to content

Commit

Permalink
Merge pull request #4 from PythonSwiftLink/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
PythonSwiftLink authored Oct 16, 2024
2 parents 36663d0 + debc5e6 commit a858739
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 @@ if local {
} else {
dependencies.append(contentsOf: [
//.package(url: "https://github.com/PythonSwiftLink/PyAst", branch: "master"),
.package(url: "https://github.com/PythonSwiftLink/PyAst", from: .init(0, 0, 1)),
.package(url: "https://github.com/PythonSwiftLink/PyAst", from: .init(0, 0, 0)),

])
}
Expand Down

0 comments on commit a858739

Please sign in to comment.