codyps / stm32f7xx

1 stars 2 forks source link

build(deps): update cortex-m-rt requirement from 0.5.0 to 0.6.11 #15

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on cortex-m-rt to permit the latest version.

Changelog *Sourced from [cortex-m-rt's changelog](https://github.com/rust-embedded/cortex-m-rt/blob/master/CHANGELOG.md).* > ## [v0.6.11] - 2019-12-04 > > ### Changed > > - Macros now generate a second trampoline function instead of randomizing the > function's symbol name. This makes the build deterministic. > - [breaking-change] `static mut` resources no longer have `'static` lifetime > except in the `#[entry]` function (this is a soundness fix; see [#212](https://github-redirect.dependabot.com/rust-embedded/cortex-m-rt/issues/212)). > > [#212](https://github-redirect.dependabot.com/rust-embedded/cortex-m-rt/issues/212): [rust-embedded/cortex-m-rt#212](https://github-redirect.dependabot.com/rust-embedded/cortex-m-rt/issues/212) > > ## [v0.6.10] - 2019-07-25 > > ### Fixed > > - Linker template now takes and discard `*(.ARM.exidx)` > > ## [v0.6.9] - 2019-07-11 > > ### Added > > - Input `.uninit.*` sections are now collected into an output `.uninit` section. > Uninitialized static variables are meant to be placed in these sections. The > output `.uninit` section is not initialized by the runtime. > > ## [v0.6.8] - 2019-04-02 > > ### Fixed > > - Correct stack-pointer is selected on `HardFault` > - Linker template now takes and discard `*(.ARM.extab.*)` > - Misc. documentation fixes > > ### Changed > > - Architecture added: `armv8-m.main` > - Cortex-M team added to `authors` > - The nightly build is allowed to fail in CI > > ## [v0.6.7] - 2018-12-15 > > ### Fixed > > - entry / exception / interrupt: `#[cfg]` attributes used on `static mut` > variables are now properly handled. > > ## [v0.6.6] - 2018-12-06 > > ### Changed > > ... (truncated)
Commits - [`5b4ece5`](https://github.com/rust-embedded/cortex-m-rt/commit/5b4ece5a1ac867f2a735e6b89ca31b33fee8d01d) Merge [#221](https://github-redirect.dependabot.com/rust-embedded/cortex-m-rt/issues/221) - [`e2f7532`](https://github.com/rust-embedded/cortex-m-rt/commit/e2f7532c4ad526fdb30435cbfbe2ccee88cb04be) cortex-m-rt 0.6.11 - [`06969e5`](https://github.com/rust-embedded/cortex-m-rt/commit/06969e5ded9d1be31be2c07420d84147be5ac7ba) cortex-m-rt-macros 0.1.7 - [`54b7888`](https://github.com/rust-embedded/cortex-m-rt/commit/54b7888141f77398fc39e80034a675654a8fd962) Merge [#219](https://github-redirect.dependabot.com/rust-embedded/cortex-m-rt/issues/219) - [`0c1322d`](https://github.com/rust-embedded/cortex-m-rt/commit/0c1322d287db2b3f0653de92e7657e2139c48723) Inline attr. macro docs and fix links - [`7c8778f`](https://github.com/rust-embedded/cortex-m-rt/commit/7c8778f678d444115d74fd4185f32671b67effdc) Merge [#205](https://github-redirect.dependabot.com/rust-embedded/cortex-m-rt/issues/205) - [`0ae866a`](https://github.com/rust-embedded/cortex-m-rt/commit/0ae866a2860af9c736b7141ed5afeb7e700748d3) travis: disable cache - [`f17983a`](https://github.com/rust-embedded/cortex-m-rt/commit/f17983ad3237d7b0f3fef79afde1e203928c26b9) Merge [#218](https://github-redirect.dependabot.com/rust-embedded/cortex-m-rt/issues/218) - [`18a14f4`](https://github.com/rust-embedded/cortex-m-rt/commit/18a14f490a0a1fefdb7b974a3f4701cd895ebd09) CI: Add shebangs and address shellcheck warnings - [`1efe5ef`](https://github.com/rust-embedded/cortex-m-rt/commit/1efe5efcf54967ff1900b320eb7afd42d1aa33f5) Add changelog entries - Additional commits viewable in [compare view](https://github.com/rust-embedded/cortex-m-rt/compare/v0.5.0...v0.6.11)


You can trigger a rebase of this PR 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #17.