Skip to content

Commit

Permalink
Release version 0.4
Browse files Browse the repository at this point in the history
This release updates dependencies and supports fetching blocks from
Onion v3 peers. The MSRV is now increased to 1.48.0
  • Loading branch information
Kixunil committed Jul 13, 2024
1 parent 2e52d6a commit 94929fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Use old rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.41.1
toolchain: 1.48.0
override: true

- name: Build
run: cargo build --features=old_rust --verbose
run: cargo build --verbose
- name: Run tests
run: cargo test --features=old_rust --verbose
run: cargo test --verbose
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
description = "Finer-grained permission management for bitcoind."
edition = "2018"
name = "btc-rpc-proxy"
version = "0.3.1"
version = "0.4.0"

[lib]
name = "btc_rpc_proxy"
Expand Down

0 comments on commit 94929fa

Please sign in to comment.