Skip to content

Commit

Permalink
ci: Bump GH action runners to ubuntu-20.04 (#63)
Browse files Browse the repository at this point in the history
* ci: Bump GH action runners to `ubuntu-20.04`

* chore: Upgrade `nearcore` to version `1.31.1` (#65)
  • Loading branch information
morgsmccauley authored Feb 22, 2023
1 parent d06e0b1 commit c8ac63d
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
matrix:
include:
- build: linux-x86_64
os: ubuntu-18.04
os: ubuntu-20.04
rust: stable
target: x86_64-unknown-linux-gnu

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
include:
- build: linux-x86_64
os: ubuntu-18.04
os: ubuntu-20.04
rust: stable
target: x86_64-unknown-linux-gnu

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

rustfmt:
name: rustfmt
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.20

* Upgrade Indexer Framework to be based on [nearcore 1.31.1](https://github.com/near/nearcore/commit/825bc1b44b6d5080cc610d542e2b57f329d7aed9)

## 0.1.19

* Upgrade Indexer Framework to be based on [nearcore 1.31.0-rc.4](https://github.com/near/nearcore/commit/f709cdc89adfa0594df5ac20212e75402a1b862e)
Expand Down
76 changes: 38 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "near-lake"
version = "0.1.19"
version = "0.1.20"
authors = ["Near Inc <[email protected]>"]
edition = "2021"
rust-version = "1.65.0"
Expand All @@ -25,7 +25,7 @@ tokio-stream = { version = "0.1" }
tracing = "0.1.34"
tracing-subscriber = "0.2.4"

near-indexer = { git = "https://github.com/near/nearcore", rev = "f709cdc89adfa0594df5ac20212e75402a1b862e" }
near-indexer-primitives = { git = "https://github.com/near/nearcore", rev = "f709cdc89adfa0594df5ac20212e75402a1b862e" }
near-client = { git = "https://github.com/near/nearcore", rev = "f709cdc89adfa0594df5ac20212e75402a1b862e" }
near-o11y = { git = "https://github.com/near/nearcore", rev = "f709cdc89adfa0594df5ac20212e75402a1b862e" }
near-indexer = { git = "https://github.com/near/nearcore", rev = "825bc1b44b6d5080cc610d542e2b57f329d7aed9" }
near-indexer-primitives = { git = "https://github.com/near/nearcore", rev = "825bc1b44b6d5080cc610d542e2b57f329d7aed9" }
near-client = { git = "https://github.com/near/nearcore", rev = "825bc1b44b6d5080cc610d542e2b57f329d7aed9" }
near-o11y = { git = "https://github.com/near/nearcore", rev = "825bc1b44b6d5080cc610d542e2b57f329d7aed9" }

0 comments on commit c8ac63d

Please sign in to comment.