Skip to content

Commit

Permalink
Adjusted toolchain to avoid false positives
Browse files Browse the repository at this point in the history
See: #1
  • Loading branch information
MarcGuiselin committed Nov 22, 2022
1 parent 439780f commit 092e6fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
# Tried a few different toolchains, and so far 1.59.0 gets the least av false positives. See: https://github.com/MarcGuiselin/wedge/issues/1
channel = "1.59.0"

0 comments on commit 092e6fb

Please sign in to comment.