--- bigdecimal-0.4.3/Cargo.toml 1970-01-01T00:00:01+00:00 +++ bigdecimal-0.4.3/Cargo.toml 2024-03-05T12:46:24.208088+00:00 @@ -31,6 +31,7 @@ ] license = "MIT/Apache-2.0" repository = "https://github.com/akubera/bigdecimal-rs" +exclude = ["/scripts/"] [lib] bench = false @@ -59,7 +60,7 @@ version = "1" [dev-dependencies.serde_test] -version = "<1.0.176" +version = "1.0.176" [dev-dependencies.siphasher] version = "0.3.10"