Skip to content

Commit

Permalink
fix: Try to fix CI by remove toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Oct 19, 2023
1 parent f818e66 commit 82b0075
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 0 additions & 9 deletions examples/proxy_wasmtime_example/Cargo.toml

This file was deleted.

6 changes: 6 additions & 0 deletions examples/proxy_wasmtime_example/module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ sea-orm = { path = "../../../", default-features = false, features = [
"proxy",
"runtime-tokio",
] }

[profile.release]
lto = true
opt-level = 'z'
codegen-units = 1
panic = "abort"

0 comments on commit 82b0075

Please sign in to comment.