Skip to content

Commit

Permalink
epic: AluVM rewrite from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 20, 2024
1 parent 68af0b5 commit 23b936c
Show file tree
Hide file tree
Showing 52 changed files with 2,328 additions and 15,423 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Platform ${{matrix.os}}
run: cargo check --workspace --all-features # we skip test targets here to be sure that the main library can be built
run: cargo check --workspace --all-features # we skip test targets here to be sure that the main lib-old can be built
toolchains:
runs-on: ubuntu-latest
strategy:
Expand Down
12 changes: 6 additions & 6 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
edition = "2021"
style_edition = "2021"

max_width = 100
array_width = 100
attr_fn_like_width = 100
max_width = 120
array_width = 120
attr_fn_like_width = 120
comment_width = 100
chain_width = 100
fn_call_width = 100
single_line_if_else_max_width = 100
chain_width = 60
fn_call_width = 120
single_line_if_else_max_width = 120

fn_single_line = true
format_code_in_doc_comments = true
Expand Down
Loading

0 comments on commit 23b936c

Please sign in to comment.