jonas-schievink / rubble

(going to be a) BLE stack for embedded Rust
BSD Zero Clause License
396 stars 56 forks source link

Update nrf51-hal requirement from 0.6.0 to 0.7.1 #98

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on nrf51-hal to permit the latest version.

Commits - [`2f5f44f`](https://github.com/nrf-rs/nrf51-hal/commit/2f5f44f52d21dac01110ef27f6f07350b60eab81) Bumped versoin to 0.7.1 - [`3dbba27`](https://github.com/nrf-rs/nrf51-hal/commit/3dbba27943f7740dd3bce39eed3035ea059f218f) Merge pull request [#23](https://github-redirect.dependabot.com/nrf-rs/nrf51-hal/issues/23) from stephanh/adc - [`778be91`](https://github.com/nrf-rs/nrf51-hal/commit/778be9130a191d6a13663d736de2a1c0539cc858) Adds api implementation for the ADC - [`380bd15`](https://github.com/nrf-rs/nrf51-hal/commit/380bd157bf839e820b932c1736681311467d3977) Merge pull request [#22](https://github-redirect.dependabot.com/nrf-rs/nrf51-hal/issues/22) from jeremystucki/from - [`bcab300`](https://github.com/nrf-rs/nrf51-hal/commit/bcab300544b31b6c89b3dd3a20848d66e5a79f94) Deprecate downgrade method - [`03baeb6`](https://github.com/nrf-rs/nrf51-hal/commit/03baeb6534d72701dbd119e390f47186d69cd1ef) Implement From trait in favor of downgrade method - [`251e6ff`](https://github.com/nrf-rs/nrf51-hal/commit/251e6ffba31bdd3ea8b5641e12f6f382fecf5dd2) Bumped version to 0.7.0 - [`88014e2`](https://github.com/nrf-rs/nrf51-hal/commit/88014e2abc8ff159a28ae8d8bdb96b21895069b4) Bumped dependencies and adjusted to PAC changes - [`6462b00`](https://github.com/nrf-rs/nrf51-hal/commit/6462b00bbe2ee063d410f58dd8c49a455d8589c2) Convert GPIO impl from digital::v1 to digital::v2 traits - [`585c795`](https://github.com/nrf-rs/nrf51-hal/commit/585c795cb3d0936ad48646de4f6d8c62a5567792) Edition-2018ify and applied a ton of cleanup - Additional commits viewable in [compare view](https://github.com/nrf-rs/nrf51-hal/compare/v0.6.1...v0.7.1)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
fmckeogh commented 4 years ago

Blocked by https://github.com/nrf-rs/nrf52-hal/pull/126?

fmckeogh commented 4 years ago

I'm working on a PR for when https://github.com/nrf-rs/nrf52-hal/pull/138 is merged allowing for the demo crates to work for both nRF51/52 devices using feature flags which can also update all dependencies, should this and https://github.com/jonas-schievink/rubble/pull/101 be closed in the meantime?

Edit: wait this is silly, I should just open the PR when it's ready ignore me

dependabot-preview[bot] commented 4 years ago

Superseded by #109.