Skip to content

Commit

Permalink
Upgrade tooling (#85)
Browse files Browse the repository at this point in the history
* Bump stackage snapshot to `lts-20.4`.

* Bump rust version to 1.68.
  • Loading branch information
vikt0r0 authored Apr 5, 2023
1 parent 6c73701 commit dddabd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ on:
workflow_dispatch: # allow manual trigger

env:
RUST: 1.62
GHC: 9.2.5
RUST: 1.68
GHC: 9.2.7

jobs:
concordium-client-build-and-test:
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ extra-deps:
- ./deps/concordium-client/

- github: Concordium/http2-client
commit: 8087dfd416118064934affb35caab811a8a70233
commit: 4e9058db74e7a27dee0c92c4a754086e8a45a592

- github: Concordium/http2-grpc-haskell
commit: 7f4f4955cd64d867b9fda951600a445653f5b098
commit: a4a0a31d44f754bf61868552ee5b256d94eed4de
subdirs:
- http2-client-grpc
- http2-grpc-proto-lens
Expand Down

0 comments on commit dddabd7

Please sign in to comment.