Compare commits

2 Commits

Author SHA1 Message Date
Michael Howell aa339419e3 Exclude "fuzz" folder 2021-02-25 09:07:43 -07:00
Michael Howell feb8b18ea0 v0.2.0 2021-02-25 09:06:32 -07:00
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "unified-diff"
version = "0.1.2"
version = "0.2.1"
authors = [
"Michael Howell <michael@notriddle.com>",
"The Rust Project Developers"
@@ -9,6 +9,7 @@ edition = "2018"
description = "An implementation of the GNU unified diff format"
license = "MIT OR Apache-2.0"
repository = "https://github.com/notriddle/rust-unified-diff"
exclude = [ "fuzz" ]
[[bin]]
name = "unified-diff"