Skip to content

Commit

Permalink
Fixed dependency hell for stable linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dileping committed Apr 18, 2016
1 parent f3068f8 commit 26f20bb
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 @@ -28,5 +28,5 @@ let package = Package(
name: "PathToRegex"
)
],
dependencies: [.Package(url: "https://github.com/crossroadlabs/Regex.git", versions: Version(0,5,0)..<Version(1,0,0))]
dependencies: [.Package(url: "https://github.com/crossroadlabs/Regex.git", majorVersion: 0, minor: 5]
)

0 comments on commit 26f20bb

Please sign in to comment.