fix(deps): update rust crate seed_hooks to 0.4.0
All checks were successful
Continuous integration / Check (push) Successful in 39s
Continuous integration / Test Suite (push) Successful in 44s
Continuous integration / Rustfmt (push) Successful in 32s
Continuous integration / Trunk (push) Successful in 1m23s
Continuous integration / build (push) Successful in 51s
Continuous integration / Check (pull_request) Successful in 38s
Continuous integration / Test Suite (pull_request) Successful in 44s
Continuous integration / Disallow unused dependencies (push) Successful in 2m38s
Continuous integration / Trunk (pull_request) Successful in 38s
Continuous integration / build (pull_request) Successful in 50s
Continuous integration / Rustfmt (pull_request) Successful in 55s
Continuous integration / Disallow unused dependencies (pull_request) Successful in 57s

This commit is contained in:
2025-02-22 21:17:03 +00:00
committed by Bill Thiede
parent 6b4ce11743
commit e70dbaf917
2 changed files with 17 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ uuid = { version = "1.13.1", features = [
] } # direct dep to set js feature, prevents Rng issues
letterbox-shared = { version = "0.8.2", path = "../shared", registry = "xinu" }
letterbox-notmuch = { version = "0.8.2", path = "../notmuch", registry = "xinu" }
seed_hooks = { version = "0.1.13", registry = "xinu" }
seed_hooks = { version = "0.4.0", registry = "xinu" }
[package.metadata.wasm-pack.profile.release]
wasm-opt = ['-Os']