Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

correct cli build on main that fail with async trait error #190

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

musitdev
Copy link
Contributor

The build of gevulot-cli is bloken on main. We get this error:

error[E0432]: unresolved import `async_trait`
 --> crates/node/src/acl/mod.rs:1:5
  |
1 | use async_trait::async_trait;
  |     ^^^^^^^^^^^ use of undeclared crate or module `async_trait`

Change async_trait import in gevulot-node cargo.toml.
It works on linux. I didn't test on Mac. I try to test ASAP. I think it should work because async_trait build on Mac. Perhaps @teempai can test?

@musitdev musitdev requested review from tuommaki and teempai April 14, 2024 12:21
@musitdev musitdev merged commit 7579a2d into main Apr 14, 2024
4 checks passed
@musitdev musitdev deleted the correct_cli_build_asynctrait branch April 14, 2024 15:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants