Skip to content

Commit

Permalink
Merge branch 'main' into docstring-sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
average-gary authored Oct 2, 2024
2 parents e74b8ad + ba4c935 commit d85f1f4
Show file tree
Hide file tree
Showing 11 changed files with 734 additions and 722 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sv2-header-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

with:
profile: minimal
toolchain: 1.65.0
toolchain: 1.75.0
override: true
- name: Check sv2 header file is up to date with commit
run: |
Expand Down
2 changes: 1 addition & 1 deletion roles/Cargo.lock

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

8 changes: 7 additions & 1 deletion roles/test-utils/mining-device/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[package]
name = "mining-device"
name = "mining_device"
version = "0.1.1"
edition = "2018"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
name = "mining_device"
path = "src/lib/mod.rs"


[dependencies]
stratum-common = { version = "1.0.0", path = "../../../common" }
codec_sv2 = { version = "^1.0.1", path = "../../../protocols/v2/codec-sv2", features=["noise_sv2"] }
Expand All @@ -24,3 +29,4 @@ tracing = { version = "0.1" }
tracing-subscriber = "0.3"
sha2 = "0.10.6"
tokio = "^1.38.0"

Loading

0 comments on commit d85f1f4

Please sign in to comment.