Skip to content

Commit 5fbdf60

Browse files
committed
Replace glob with compare-changes
1 parent f55349f commit 5fbdf60

8 files changed

Lines changed: 187 additions & 47 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include = [
99
"/src/*.rs",
1010
"/src/**/*.rs",
1111
"/src/schemastore/src/schemas/json/github-workflow.json",
12-
"/src/schemastore/src/schemas/json/github-action.json"
12+
"/src/schemastore/src/schemas/json/github-action.json",
1313
]
1414
version = "0.0.0-git"
1515
authors = ["Matt Palmer <matt@hezmatt.org>"]
@@ -28,7 +28,7 @@ test-js = []
2828

2929
[dependencies]
3030
clap = { version = "4.0", features = ["derive"] }
31-
glob = "0.3"
31+
compare-changes = "0.6.13"
3232
serde = { version = "1.0", features = ["derive"] }
3333
serde_json = "1.0"
3434
serde_yaml = "0.9.17"

0 commit comments

Comments
 (0)