Skip to content

Commit

Permalink
Update unwinding requirement from 0.1.6 to 0.2.0 in /tests/no-std
Browse files Browse the repository at this point in the history
Updates the requirements on [unwinding](https://github.com/nbdd0121/unwinding) to permit the latest version.
- [Commits](nbdd0121/unwinding@v0.1.7...v0.2.0)

---
updated-dependencies:
- dependency-name: unwinding
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 472e58a commit fb271c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ backtrace = ["stdio", "unwinding", "unwinding/hide-trace"]
portable-atomic = { version = "1.3", optional = true, default-features = false, features = ["require-cas"] }

# Not public optional features.
unwinding = { version = "0.1.6", optional = true, default-features = false, features = ["unwinder"] }
unwinding = { version = "0.2.0", optional = true, default-features = false, features = ["unwinder"] }

0 comments on commit fb271c4

Please sign in to comment.