Skip to content

Commit 4e964fa

Browse files
authored
Merge pull request #193 from argentlabs/tests-failing-nofunds
Tests failing - retest with GH actions
2 parents c5ee7ef + 0a3e98b commit 4e964fa

File tree

2 files changed

+3
-385
lines changed

2 files changed

+3
-385
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
![web3.swift: Ethereum API for Swift](https://raw.github.com/argentlabs/web3.swift/master/web3swift.png)
22

3-
[![Build Status](https://app.bitrise.io/app/c65202fce1ab4f66/status.svg?token=3G01KrQCcivwF5puzFd0PA&branch=develop)](https://app.bitrise.io/app/c65202fce1ab4f66)
3+
[![Swift](https://github.com/argentlabs/web3.swift/actions/workflows/swift.yml/badge.svg?branch=develop)](https://github.com/argentlabs/web3.swift/actions/workflows/swift.yml)
44

55
## Installation
66

77
### Swift Package Manager
88

99
Use Xcode to add to the project (**File -> Swift Packages**) or add this to your `Package.swift` file:
1010
```swift
11-
.package(url: "https://github.com/argentlabs/web3.swift", from: "0.7.0")
11+
.package(url: "https://github.com/argentlabs/web3.swift", from: "0.9.3")
1212
```
1313
### CocoaPods
1414

0 commit comments

Comments
 (0)