Skip to content

Commit

Permalink
Merge branch 'latest' into debug_multisigfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb authored Nov 1, 2024
2 parents abc01c1 + f707db4 commit e0726c8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-toml
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.7.1
hooks:
- id: ruff-format
- id: ruff
Expand Down
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"maturin>=1,<1.5.0",
"maturin>=1,<1.8.0",
"cffi",
]
build-backend = 'maturin'
Expand Down
2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rayon = { version = "1.10.0", optional = true }
rkyv = { version = "0.7.44", optional = true }
roaring = "0.10.6"
roots = "0.0.8"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
statrs = "0.17.1"
streaming-stats = "0.2.3"
Expand Down

0 comments on commit e0726c8

Please sign in to comment.