Skip to content

Fix wrong Rust target in CONTRIBUTING.md dev-setup command - #29

Open
gideononiru wants to merge 1 commit into
StellarTickets:mainfrom
gideononiru:fix-issue-9
Open

Fix wrong Rust target in CONTRIBUTING.md dev-setup command#29
gideononiru wants to merge 1 commit into
StellarTickets:mainfrom
gideononiru:fix-issue-9

Conversation

@gideononiru

Copy link
Copy Markdown

The Development setup section instructed contributors to run rustup target add wasm32-unknown-unknown, but the build artifact referenced elsewhere in the repo (READMEs deploy commands) lives under target/wasm32v1-none/release/. Following the setup step as written would not install the target needed to reproduce the documented build output. Updates the command to rustup target add wasm32v1-none, matching rust-toolchain.toml and the build path used in README.md.

Closes #9

@netlify

netlify Bot commented Sep 4, 2026

Copy link
Copy Markdown

Deploy Preview for stellarticketscontracts ready!

Name Link
🔨 Latest commit 168a913
🔍 Latest deploy log https://app.netlify.com/projects/stellarticketscontracts/deploys/6a9ad96ea2d12a0008acdbd5
😎 Deploy Preview https://deploy-preview-29--stellarticketscontracts.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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.

CONTRIBUTING.md's dev-setup command installs the wrong Rust target

1 participant