Skip to content

Commit

Permalink
update dependencies (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: antiyro <[email protected]>
  • Loading branch information
jbcaron and antiyro authored Jun 6, 2024
1 parent f82d2bd commit 11373e3
Show file tree
Hide file tree
Showing 34 changed files with 914 additions and 1,011 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ RUN sudo apt-get update \
htop \
jq \
tree \
&& rustup toolchain install nightly \
&& rustup default nightly \
&& sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
2 changes: 1 addition & 1 deletion .github/workflows/linters-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
shared-key: "cache"
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-08-24
toolchain: 1.78
components: rustfmt, clippy

- name: Setup build deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
shared-key: "cache"
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-08-24
toolchain: 1.78

- name: Check the project
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
shared-key: "cache"
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-08-24
toolchain: 1.78

- name: Run unit tests
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- chore: update dependencies
- fix(hashers): cleaned hashers using types core hashers and Felt
- refactor: remove substrate block storage
- feat(infra): Added boilerplate to deploy a grafana/prometheus dashboard
Expand Down
Loading

0 comments on commit 11373e3

Please sign in to comment.