Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/initia-labs/movevm into fea…
Browse files Browse the repository at this point in the history
…t/test-codeql
  • Loading branch information
beer-1 committed Nov 4, 2024
2 parents 6c6cfd5 + 3a7850d commit af7443c
Show file tree
Hide file tree
Showing 216 changed files with 5,108 additions and 2,981 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[env]

RUST_BIGDECIMAL_FMT_EXPONENTIAL_UPPER_THRESHOLD="100"
RUST_BIGDECIMAL_FMT_EXPONENTIAL_LOWER_THRESHOLD="100"
RUST_BIGDECIMAL_FMT_EXPONENTIAL_LOWER_THRESHOLD="100"
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install latest rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.77.1
toolchain: 1.80.1
override: true
components: rustfmt, clippy
- uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install latest rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.77.1
toolchain: 1.80.1
- name: Build Rust
run: make build-rust
- uses: actions/setup-go@v4
Expand Down
Loading

0 comments on commit af7443c

Please sign in to comment.