Skip to content

Commit

Permalink
tests: Remove patch for unwinding
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 28, 2024
1 parent 9e7cb25 commit cc18471
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/no-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ rust_2018_idioms = "warn"
single_use_lifetimes = "warn"
# unsafe_op_in_unsafe_fn = "warn" # Set at crate-level instead since https://github.com/rust-lang/rust/pull/100081 is not available on MSRV

[patch.crates-io]
unwinding = { git = "https://github.com/nbdd0121/unwinding.git", rev = "ac07eba" } # TODO: remove once https://github.com/nbdd0121/unwinding/pull/27 & https://github.com/nbdd0121/unwinding/pull/25 released

[profile.dev]
opt-level = "s"

Expand Down

0 comments on commit cc18471

Please sign in to comment.