diff --git a/Cargo.toml b/Cargo.toml index e098758..a43e4b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,6 @@ repository = "gyscos/Cursive" enum-map = "0.2.24" enumset = "0.3.3" log = "0.4" -num = "0.1" owning_ref = "0.3.3" toml = "0.4" unicode-segmentation = "1.0" @@ -25,6 +24,10 @@ unicode-width = "0.1" xi-unicode = "0.1.0" libc = "0.2" +[dependencies.num] +default-features = false +version = "0.1" + [dependencies.maplit] optional = true version = "1.0.0"