Skip to content

Commit 86e12e3

Browse files
est31zonyitoo
authored andcommitted
Turn off default features of decimal and enable decimal128 in the docs (#127)
1 parent 00edb6e commit 86e12e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ time = "0.1"
3434
linked-hash-map = "0.5"
3535
hex = "0.3"
3636
md5 = "0.6"
37-
decimal = { version = "2.0.4", optional = true }
37+
decimal = { version = "2.0.4", default_features = false, optional = true }
3838

3939
[dev-dependencies]
4040
assert_matches = "1.2"
4141
serde_derive = "1.0"
4242
serde_bytes = "0.11"
43+
44+
[package.metadata.docs.rs]
45+
features = ["decimal128"]

0 commit comments

Comments
 (0)