Skip to content

Commit 67be228

Browse files
committed
Add ignore dependency
1 parent d93a140 commit 67be228

File tree

2 files changed

+143
-3
lines changed

2 files changed

+143
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aosp-missing-blobs"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Josh Choo <dev@joshuous.com>"]
55
edition = "2018"
66
description = """
@@ -14,4 +14,5 @@ repository = "https://github.com/joshuous/aosp-missing-blobs"
1414

1515
[dependencies]
1616
clap = "2.33"
17-
goblin = "0.4"
17+
goblin = "0.4"
18+
ignore = "0.4"

0 commit comments

Comments
 (0)