Skip to content

Commit

Permalink
explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
sehz committed Sep 23, 2023
1 parent a9df83e commit ceca7d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
override: true
profile: minimal
- name: check clippy
run: make check-clippy RUSTV=${{ matrix.rust }}
run: make check-clippy

test:
name: Smoke test (${{ matrix.os }}, ${{ matrix.node }})
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ serde_json = "1.0.53"
futures-lite = "1.7.0"
uuid = "1.1.0"

node-bindgen = { path = ".."}
node-bindgen = { path = "..", features = ["default"]}
fluvio-future = { version = "0.6.0", features = ["timer"] }

0 comments on commit ceca7d1

Please sign in to comment.