Skip to content

Commit

Permalink
pin backtrace to avoid bumping MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyRosenblum committed Aug 23, 2023
1 parent 571884d commit 3da02d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quic/s2n-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ zerocopy-derive = { version = "0.6", optional = true }
zeroize = { version = "1", optional = true, default-features = false }

[dev-dependencies]
backtrace = { version = "=0.3.68" } # pin backtrace to avoid bumping MSRV
bolero = { version = "0.9" }
s2n-quic-core = { path = "../s2n-quic-core", features = ["testing", "event-tracing"] }
s2n-quic-platform = { path = "../s2n-quic-platform", features = ["testing"] }
Expand Down

0 comments on commit 3da02d8

Please sign in to comment.