Skip to content

Conversation

@SvetlinZarev
Copy link
Contributor

  1. Update ntex, may & dependencies to latest versions
  2. Increase the stack size for the may coroutines, because the app was crashing with stack overflow
  3. Remove the default values (such as debug, overflow-checks,opt-level, etc) from cargo.toml

Both apps need a table with a similar schema to run:

create table rust_device
(
    id       INT NOT NULL GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
    mac      text   not null,
    firmware text   not null
);

@SvetlinZarev
Copy link
Contributor Author

related to #432

@antonputra
Copy link
Owner

@SvetlinZarev thank you so much!!

@antonputra antonputra merged commit 2e4439e into antonputra:main Sep 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants