Skip to content

Commit

Permalink
Update cairo lint deps (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
wawel37 authored Jan 10, 2025
1 parent 3e71ca1 commit 2c6e59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ impl Args {
.collect()
}),
DepName::CairoLS => &["cairo-language-server"],
DepName::CairoLint => &["cairo-lint"],
DepName::CairoLint => &["cairo-lint-core"],
}
}

Expand Down

0 comments on commit 2c6e59e

Please sign in to comment.