Skip to content

Commit

Permalink
cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 13, 2025
1 parent 5f086e2 commit 2ca8510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ resolver = "2"
tempfile = "3.6.0"
termcolor = "1.0"
thiserror = "1.0.30"
thread_local = "1.1.8"
tokio = { version = "1", default-features = false }
toml = "0.8.2"
tracing = "0.1.40"
Expand All @@ -122,7 +123,6 @@ resolver = "2"
wasm-bindgen-futures = "0.4.41"
wasmer = { version = "=5.0.5-rc1", default-features = false }
wasmer-wasix = { version = "0.35.0", default-features = false }
thread_local = "1.1.8"

[profile.release]
lto = true
Expand Down

0 comments on commit 2ca8510

Please sign in to comment.