Skip to content

Commit

Permalink
updates (#23)
Browse files Browse the repository at this point in the history
* updates

* update rust
  • Loading branch information
lsunsi authored Sep 16, 2024
1 parent 8ba6d3b commit 5a1ace2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: 1.67.1
toolchain: 1.81.0
profile: minimal
components: clippy
default: true
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
bitcoin = { version= "0.32.0", features = ["std"], default-features = false }
bitcoincore-rpc = { version = "0.19.0", default-features = false }
opentelemetry = { version = "0.24.0", features = ["trace"], default-features = false }
opentelemetry = { version = "0.25.0", features = ["trace"], default-features = false }
tokio = { version = "1.12.0", features = ["rt", "macros"], default-features = false }

0 comments on commit 5a1ace2

Please sign in to comment.