Skip to content

Commit f86602d

Browse files
authored
fix: switch to fork of RxSwift to fix compilation with swift5 (#205)
1 parent 6e90163 commit f86602d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
)
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/ReactiveX/RxSwift", .upToNextMajor(from: "6.2.0"))
23+
.package(url: "https://github.com/IntuitionMachines/RxSwift", .branch("main"))
2424
],
2525
targets: [
2626
.target(

0 commit comments

Comments
 (0)