Skip to content

Commit

Permalink
Merge pull request #429 from onflow/release/v0.30.2
Browse files Browse the repository at this point in the history
Release v0.30.2
  • Loading branch information
sideninja authored Dec 22, 2021
2 parents b8e1fa2 + 4570273 commit 22bb301
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 117 deletions.
2 changes: 0 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ The Flow CLI can be installed on macOS, Windows (7 or greater) and most Linux sy
brew install flow-cli
```

Note: it could take up to one hour for a new version to be propagated to Brew. In case you want to use the latest version immediately, follow the [instrcutions](#from-a-pre-built-binary) in the section below.

### From a pre-built binary

_This installation method only works on x86-64._
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ require (
github.com/joho/godotenv v1.4.0
github.com/manifoldco/promptui v0.9.0
github.com/onflow/cadence v0.20.2
github.com/onflow/cadence/languageserver v0.18.3-0.20211210201446-24031a95deaf
github.com/onflow/cadence/languageserver v0.18.3-0.20211005105715-3c618f0fcd10
github.com/onflow/flow-core-contracts/lib/go/templates v0.7.9
github.com/onflow/flow-emulator v0.27.2
github.com/onflow/flow-go v0.23.2-0.20211125195119-1ee2fc2dd5d9
github.com/onflow/flow-emulator v0.27.3
github.com/onflow/flow-go v0.23.4
github.com/onflow/flow-go-sdk v0.24.0
github.com/psiemens/sconfig v0.1.0
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/thoas/go-funk v0.7.0
gonum.org/v1/gonum v0.9.3
google.golang.org/grpc v1.42.0
google.golang.org/grpc v1.43.0
)
Loading

0 comments on commit 22bb301

Please sign in to comment.