Skip to content

[WIP] Update Cargo.toml to enable asm feature for ckb-script dependencies#11

Draft
Copilot wants to merge 1 commit intomasterfrom
copilot/update-ckb-script-to-asm
Draft

[WIP] Update Cargo.toml to enable asm feature for ckb-script dependencies#11
Copilot wants to merge 1 commit intomasterfrom
copilot/update-ckb-script-to-asm

Conversation

Copy link

Copilot AI commented Mar 5, 2026

  • Update ckb-script-patch in Cargo.toml with new git source and features = ["asm"]
  • Update ckb-script-sched in Cargo.toml with new git source and features = ["asm"]
Original prompt

Update Cargo.toml to enable the asm feature for ckb-script dependencies.

Specifically, modify the dependencies block in Cargo.toml:

  1. For ckb-script-patch, add features = ["asm"].
  2. For ckb-script-sched, add features = ["asm"].

The updated lines should look like this:

ckb-script-patch = { package = "ckb-script", git = "https://github.com/nervosnetwork/ckb", tag = "v0.204.0", default-features = false, features = ["asm"] }

and

ckb-script-sched = { package = "ckb-script", git = "https://github.com/gpBlockchain/ckb", branch = "copilot/update-ckb-vm-to-asm-rv64im", default-features = false, features = ["asm"] }

This pull request was created from Copilot chat.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

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