summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsitkevij <1553398+sitkevij@users.noreply.github.com>2020-11-21 12:55:00 -0800
committersitkevij <1553398+sitkevij@users.noreply.github.com>2020-11-21 12:55:00 -0800
commitd05a7bd028a00a9b772cb643f6e93d89b70cb664 (patch)
tree2e2e338fa5d04a7c387b9eabe1736e0fe2367beb
parent6f4dd6d589b88723325d69c13ef35bf5f08743aa (diff)
#50 NO_COLOR support, update Cargo.toml dependencies
-rw-r--r--Cargo.lock3
-rw-r--r--Cargo.toml2
-rw-r--r--Makefile4
3 files changed, 7 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0545b2a..d69a29f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -86,7 +86,8 @@ checksum = "48450664a984b25d5b479554c29cc04e3150c97aa4c01da5604a2d4ed9151476"
[[package]]
name = "no_color"
version = "0.1.0"
-source = "git+https://github.com/sitkevij/no_color?branch=develop#c4ce4ed2b96e6ab9b26f1388254a87256825cee1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bdf5e47de39a83b44018b2ee76a7a2643f37738ee44da99e145bc9804b341dd4"
[[package]]
name = "predicates"
diff --git a/Cargo.toml b/Cargo.toml
index a8d83be..05a0d51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ opt-level = 3
clap = "2.31.1"
ansi_term = "0.11"
atty = "0.2"
-no_color = { git = "https://github.com/sitkevij/no_color", branch = "develop" }
+no_color = "0.1"
[dev-dependencies]
assert_cmd = "1.0.1"
diff --git a/Makefile b/Makefile
index 8dc7c07..f719f78 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,10 @@ cargo-install-tools:
cargo install cargo-edit
cargo install --list
+publish-dry-run:
+ cargo publish --dry-run
+ cargo package --list
+
geiger:
cargo geiger