Skip to content

Commit 4fd805c

Browse files
authored
chore(deps): update SwiftLintPlugin to 0.62.2 (was 0.61.0) (#176)
* chore(deps): update SwiftLintPlugin to 0.62.2 (was 0.61.0) * refactor: update spm_core version * fix: fix snapshot
1 parent b834931 commit 4fd805c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ demand.workspace = true
1313
clap.workspace = true
1414
colored.workspace = true
1515
tokio.workspace = true
16-
spm_core = "0.8.0"
16+
spm_core = "0.2.0"
1717

1818
[dev-dependencies]
1919
insta.workspace = true

crates/cli/tests/snapshots/header_snapshot_tests__show_header_snapshot.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ snapshot_kind: text
55
---
66
SPM Swift Package
77
🚀 You can create your Swift Package via the command line 🔨
8-
v0.8.0
8+
v0.8.1

crates/spm_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spm_core"
3-
version.workspace = true
3+
version = "0.2.0"
44
edition.workspace = true
55
license.workspace = true
66
authors.workspace = true

crates/spm_core/src/domain/file/project_templates.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ let package = Package(
5252
targets: ["{}"]),
5353
],
5454
dependencies: [
55-
.package(url: "https://github.com/lukepistrol/SwiftLintPlugin", exact: "0.61.0")
55+
.package(url: "https://github.com/lukepistrol/SwiftLintPlugin", exact: "0.62.2")
5656
],
5757
targets: [
5858
// Targets are the basic building blocks of a package, defining a module or a test suite.

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ run = "cargo build --release"
77
[tasks.build]
88
run = "cargo build"
99

10-
[tasks.compile]
10+
[tasks.cli]
1111
run = "cargo run"
1212

1313
[tasks.test]

0 commit comments

Comments
 (0)