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

build: Update Cargo.toml #6

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

vincentyycheung
Copy link
Contributor

bitlight-rgb20-contract % make run
cargo run --bin bitlight-rgb20-contract
error: current package believes it's in a workspace when it's not:
current: /Users/vincent/bitlightlabs/rgb/bitlight-rgb20-contract/Cargo.toml
workspace: /Users/vincent/bitlightlabs/rgb/Cargo.toml

this may be fixable by adding bitlight-rgb20-contract to the workspace.members array of the manifest located at: /Users/vincent/bitlightlabs/rgb/Cargo.toml Alternatively, to keep it out of the workspace, add the package to the workspace.exclude array, or add an empty [workspace] table to the package's manifest. make: *** [run] Error 101

bitlight-rgb20-contract % make run
cargo run --bin bitlight-rgb20-contract
error: current package believes it's in a workspace when it's not:
current:   /Users/vincent/bitlightlabs/rgb/bitlight-rgb20-contract/Cargo.toml
workspace: /Users/vincent/bitlightlabs/rgb/Cargo.toml

this may be fixable by adding `bitlight-rgb20-contract` to the `workspace.members` array of the manifest located at: /Users/vincent/bitlightlabs/rgb/Cargo.toml
Alternatively, to keep it out of the workspace, add the package to the `workspace.exclude` array, or add an empty `[workspace]` table to the package's manifest.
make: *** [run] Error 101
@bitlightlabs-dev bitlightlabs-dev changed the title Update Cargo.toml build: Update Cargo.toml Mar 28, 2024
@bitlightlabs-dev bitlightlabs-dev merged commit 1071575 into bitlightlabs:main Mar 28, 2024
4 of 5 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.

2 participants