Skip to content

Commit 3733a7f

Browse files
committed
Update to num 0.3
1 parent 864a99a commit 3733a7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ quote = "1"
1919
syn = "1"
2020

2121
[dev-dependencies]
22-
num = "0.2"
22+
num = "0.3"
2323
num-traits = "0.2"
2424

2525
[features]

import/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ publish = false
77

88
[dependencies]
99
num-derive = { path = "../" }
10-
num = { version = "0.2", default-features = false }
10+
num = { version = "0.3", default-features = false }

0 commit comments

Comments
 (0)