diff --git a/Cargo.toml b/Cargo.toml index 0b08f994..fac2cc86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "simd-json" version = "0.16.0" authors = ["Heinz N. Gies ", "Sunny Gleason"] edition = "2024" -exclude = ["data/*", "fuzz/*"] +exclude = ["data/*", "fuzz/*", "fuzz.sh"] license = "Apache-2.0 OR MIT" description = "High performance JSON parser based on a port of simdjson" repository = "https://github.com/simd-lite/simd-json" diff --git a/data/github_events.json b/data/github_events.json old mode 100755 new mode 100644 diff --git a/data/instruments.json b/data/instruments.json old mode 100755 new mode 100644 diff --git a/data/mesh.json b/data/mesh.json old mode 100755 new mode 100644 diff --git a/data/mesh.pretty.json b/data/mesh.pretty.json old mode 100755 new mode 100644 diff --git a/data/random.json b/data/random.json old mode 100755 new mode 100644