sway/forc-plugins/forc-migrate/Cargo.toml
kaya 14bb898f3b
chore: bumpt rust version to 1.90 (#7427)
## Description

Bumping the rust version to 1.90 and fixing the clippy lints along the
way
2025-10-02 22:28:51 +13:00

30 lines
739 B
TOML

[package]
name = "forc-migrate"
version.workspace = true
description = "Migrate Sway projects to the next breaking change version of Sway."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
anyhow.workspace = true
clap = { workspace = true, features = ["derive"] }
duplicate.workspace = true
forc-pkg.workspace = true
forc-tracing.workspace = true
forc-util.workspace = true
itertools.workspace = true
num-bigint.workspace = true
sha2.workspace = true
sway-ast.workspace = true
sway-core.workspace = true
sway-error.workspace = true
sway-features.workspace = true
sway-types.workspace = true
swayfmt.workspace = true
[lints]
workspace = true