You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-bigdecimal/bigdecimal-fix-metadata.diff

20 lines
439 B

--- bigdecimal-0.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bigdecimal-0.4.2/Cargo.toml 2023-11-01T12:54:02.751431+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_json]
-version = "<1.0.101"
+version = "1.0.101"
[dev-dependencies.siphasher]
version = "0.3.10"