Skip to content

Commit 83ae4da

Browse files
author
Paul Woolcock
committed
Don't use the default features of num; we don't need all that just for the 'FromPrimitive' trait
1 parent 87e9d15 commit 83ae4da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ repository = "https://github.com/andersk/enum_primitive-rs.git"
99
homepage = "https://github.com/andersk/enum_primitive-rs"
1010
readme = "README.md"
1111

12-
[dependencies]
13-
num = "0.1"
12+
[dependencies.num]
13+
version = "*"
14+
default-features = false

0 commit comments

Comments
 (0)