Skip to content

Commit

Permalink
After-merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ark0f committed Dec 7, 2024
1 parent 0d3a4f8 commit 2284259
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/gear-tech/gear"
rust-version = "1.81"

[workspace.lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)', 'cfg(force_wasmer_cranelift_i_know_what_i_do)'] }
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)', 'cfg(fuzz)', 'cfg(force_wasmer_cranelift_i_know_what_i_do)'] }

[workspace]
resolver = "2"
Expand Down Expand Up @@ -557,9 +557,6 @@ fs4 = "0.11.1" # utils/gear-wasmer
bytes = "1.8.0" # utils/gear-wasmer-cache
loom = "0.7.2" # utils/gear-wasmer-cache

[workspace.lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)', 'cfg(fuzz)'] }

[profile.dev.package.corosensei]
opt-level = 3

Expand Down
3 changes: 0 additions & 3 deletions pallets/gear/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ homepage.workspace = true
repository.workspace = true
readme = "README.md"

[lints]
workspace = true

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

Expand Down

0 comments on commit 2284259

Please sign in to comment.