Skip to content

Commit 203a3db

Browse files
committed
Explicitly use build.rs in Cargo.toml
This is needed for older compilers, even though we know they won't have i128 support anyway...
1 parent 8f54ad2 commit 203a3db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ name = "num-derive"
1010
repository = "https://github.com/rust-num/num-derive"
1111
version = "0.2.2"
1212
readme = "README.md"
13+
build = "build.rs"
1314

1415
[dependencies]
1516
num-traits = "0.2"

0 commit comments

Comments
 (0)