Skip to content

Commit

Permalink
Fix no-default-features build
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 27, 2022
1 parent 5fe97c5 commit 187fcbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --lib --no-default-features --verbose
args: --lib --no-default-features --features bolt --verbose
default-features:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ lightning-invoice = "0.21.0"
lnp-core = "0.9.0-rc.1"
lnp_rpc = { version = "0.9.0-rc.1", path = "./rpc" }
internet2 = "0.9.0-rc.1"
microservices = { version = "0.9.0-rc.1", default-features = false, features = ["peer"] }
microservices = { version = "0.9.0-rc.1", default-features = false, features = ["peer", "shell"] }
clap = { version = "~3.2.23", features = ["env", "derive"] }
clap_complete = "~3.2.5"
log = { version = "0.4", features = ["max_level_trace", "release_max_level_debug"] }
Expand Down

0 comments on commit 187fcbb

Please sign in to comment.