Skip to content

Commit aa33941

Browse files
committed
Exclude "fuzz" folder
1 parent feb8b18 commit aa33941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unified-diff"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = [
55
"Michael Howell <[email protected]>",
66
"The Rust Project Developers"
@@ -9,6 +9,7 @@ edition = "2018"
99
description = "An implementation of the GNU unified diff format"
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/notriddle/rust-unified-diff"
12+
exclude = [ "fuzz" ]
1213

1314
[[bin]]
1415
name = "unified-diff"

0 commit comments

Comments
 (0)