mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
572be5d264
* Update Cursive to 0.12 * Update windows CI patch
13 lines
384 B
Diff
13 lines
384 B
Diff
diff --git a/Cargo.toml b/Cargo.toml
|
|
index d4cda375..3e3124e9 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -45,8 +45,6 @@ cursive = { version = "0.12", default-features = false, features = ["pancurses-b
|
|
[target.'cfg(windows)'.dependencies.pancurses]
|
|
version = "0.16.0"
|
|
features = ["win32"]
|
|
-[target.'cfg(unix)'.dependencies]
|
|
-cursive = "0.12"
|
|
|
|
[build-dependencies]
|
|
built = "0.3"
|