Skip to content

Commit

Permalink
Merge pull request #140 from Concordium/update-sdk
Browse files Browse the repository at this point in the history
Bump SDK version in services.
  • Loading branch information
abizjak authored Apr 10, 2024
2 parents 55193d7 + dbfd684 commit b10dcf0
Show file tree
Hide file tree
Showing 25 changed files with 7,525 additions and 6,428 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
RUST_FMT: nightly-2023-04-01-x86_64-unknown-linux-gnu
RUST_CLIPPY: "1.70"
RUST_CLIPPY: "1.74"

jobs:
"lint_fmt":
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
RUST_VERSION: rust:1.70-buster
RUST_VERSION: rust:1.74-buster

jobs:

Expand Down
4 changes: 4 additions & 0 deletions chain-prometheus-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased changes

## 1.1.1

- Add keep-alive to node connection.

## 1.1.0

- Support protocol version 6.
Expand Down
Loading

0 comments on commit b10dcf0

Please sign in to comment.