Skip to content

Commit

Permalink
fix: use MSRV aware resolver
Browse files Browse the repository at this point in the history
This configures cargo to use the MSRV aware resolver, which
should hopefully prevent future release woes.
  • Loading branch information
ethanpailes committed Jan 22, 2025
1 parent 8c3c99f commit b06499c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# use MSRV aware resolver
[resolver]
incompatible-rust-versions = "fallback"

0 comments on commit b06499c

Please sign in to comment.