mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
567ed95fc2
Set up CI with Azure Pipelines
15 lines
443 B
Diff
15 lines
443 B
Diff
diff --git a/Cargo.toml b/Cargo.toml
|
|
index fc8615b6..5ffbf06f 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -45,8 +45,8 @@ cursive = { version = "0.11.0", default-features = false, features = ["pancurses
|
|
[target.'cfg(windows)'.dependencies.pancurses]
|
|
version = "0.16.0"
|
|
features = ["win32"]
|
|
-[target.'cfg(unix)'.dependencies]
|
|
-cursive = "0.11.0"
|
|
+#[target.'cfg(unix)'.dependencies]
|
|
+#cursive = "0.11.0"
|
|
|
|
[build-dependencies]
|
|
built = "0.3"
|