FuelLabs/sway

forc build invalid channel message cuts the channel

開放

#5,450 建立於 2024年1月10日

 (0 則留言) (0 個反應) (0 位負責人)Rust (5,421 個分叉)batch import
bugforcgood first issue

倉庫指標

星標
 (61,702 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

While testing a PR unrelated to the Sway repo I've been messing around with the manifest file.

On forc version 0.46.0 with the following manifest file

toolchain = { channel = "beta-5" }
components = { forc-wallet = "0.3.0", forc-explore = "0.28.1", forc-run = "0.46.0", forc = "0.46.0", fuel-indexer = "0.21.0", fuel-core = "0.20.5", forc-index = "0.21.0", forc-deploy = "0.46.0", forc-tx = "0.46.0" }

I see the following warning

1

I have changed to beta-5 and it cuts the message to exclude the version number

貢獻者指南