Skip to content

Commit

Permalink
chore: rust toolchain (madara-alliance#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
heemankv committed Jul 30, 2024
1 parent 6803b91 commit d3e57f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- Function to calculate the kzg proof of x_0.
- Tests for updating the state.
- Function to update the state and publish blob on ethereum in state update job.
- Added basic rust-toolchain support.

## Changed

Expand Down
4 changes: 4 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
components = ["clippy", "rustfmt"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit d3e57f9

Please sign in to comment.