Skip to content

Commit

Permalink
chore(deps): bump static_cell from 1.2.0 to 2.0.0 (#62)
Browse files Browse the repository at this point in the history
Bumps [static_cell](https://github.com/embassy-rs/static-cell) from 1.2.0 to 2.0.0.
- [Changelog](https://github.com/embassy-rs/static-cell/blob/main/CHANGELOG.md)
- [Commits](embassy-rs/static-cell@v1.2.0...v2.0.0)

---
updated-dependencies:
- dependency-name: static_cell
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent e226836 commit e4911d8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
28 changes: 23 additions & 5 deletions 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 @@ -78,7 +78,7 @@ nix = "0.27.1"
clap = { version = "4.4.7", features = ["derive"] }
rand_core = { version = "0.6.3", features = ["std"] }
heapless = { version = "0.7.5", default-features = false }
static_cell = { version = "1.1", features = ["nightly"]}
static_cell = { version = "2.0", features = ["nightly"]}

[profile.release]
lto = true
Expand Down

0 comments on commit e4911d8

Please sign in to comment.