FuelLabs/sway

forc build invalid channel message cuts the channel

Open

#5.450 aberto em 10 de jan. de 2024

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (5.421 forks)batch import
bugforcgood first issue

Métricas do repositório

Stars
 (61.702 stars)
Métricas de merge de PR
 (Mesclagem média 5d 4h) (19 fundiu PRs em 30d)

Description

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

Guia do colaborador