Skip to content

Commit

Permalink
1.83 adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Dec 3, 2024
1 parent e8367ad commit d924746
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cc = { optional = true, version = "1.0" }
panic-handler = { path = 'crates/panic-handler' }

[features]
default = ["compiler-builtins", "no-f16-f128"]
default = ["compiler-builtins"]

# Enable compilation of C code in compiler-rt, filling in some more optimized
# implementations and also filling in unimplemented intrinsics
Expand Down Expand Up @@ -83,3 +83,6 @@ panic = 'abort'

[profile.dev]
panic = 'abort'

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_family, values("solana"))', 'cfg(target_feature, values("static-syscalls"))', 'cfg(target_os, values("solana"))'] }

0 comments on commit d924746

Please sign in to comment.