Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for error: use of undeclared crate or module zingo_sync #1359

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

dismad
Copy link
Contributor

@dismad dismad commented Sep 6, 2024

When compiling from source per README, I cant compile. Verified on both my pi and linux pc.

Steps to reproduce

 git clone --recurse-submodules https://github.com/zingolabs/zingolib.git
 cd zingolib
 cargo build --release --package zingo-cli

Error

error

Fix

in Cargo.toml

default = ["zingo-sync"]
zingo-sync = ['dep:zingo-sync']

When compiling from source per README, without this fix I cant compile. 

Signed-off-by: dismad <[email protected]>
@dismad dismad changed the title Fix for error: use of undeclared crate or module `zingo_sync Fix for error: use of undeclared crate or module zingo_sync Sep 6, 2024
@zancas
Copy link
Member

zancas commented Sep 6, 2024

@Oscar-Pepper I thought that zingo-sync wasn't required for anything yet?

@zancas zancas merged commit 78dee79 into zingolabs:dev Sep 7, 2024
17 checks passed
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.

3 participants