Skip to content

Commit

Permalink
Congress threshold update (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
VlodkoMr committed Mar 21, 2024
1 parent 58e14b9 commit eebe771
Show file tree
Hide file tree
Showing 5 changed files with 5,006 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
if: env.GIT_DIFF
uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.75.0
override: true
components: rustfmt, clippy

Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Generated by Cargo
# will have compiled files and executables
/target/
/.idea/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Include Cargo.lock to fix "parity-secp256k1" crate issue
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit eebe771

Please sign in to comment.