Skip to content

Commit

Permalink
Enable 1.84 MSRV-aware resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Jan 10, 2025
1 parent afac7e6 commit e694a19
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
@@ -1,2 +1,5 @@
[resolver]
incompatible-rust-versions = "fallback"

[target.'cfg(target_arch="aarch64")']
rustflags = ["--cfg", "aes_armv8"]

0 comments on commit e694a19

Please sign in to comment.