parent
d551bbf506
commit
988c8cffb8
@ -1 +1 @@
|
|||||||
SHA512 (termcolor-0.3.6.crate) = cfb8e0172abad994da27b1474ab0de244db782ac9c7fcd877d9f1727eaa2fb95036638edbab6b69c3302d1b880eba14cc7282ae0ec78ada1d31a9ef682d4cc90
|
SHA512 (termcolor-1.0.0.crate) = 11b12e8ea8d37a9783c0e45d4de0b81f4a05719ac3def99f9575740d4b6b8f13a0691627b05dd01ce9af8208540ce55ad0f9ca2978fc045d62319206260f23d4
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
--- termcolor-0.3.4/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
||||||
+++ termcolor-0.3.4/Cargo.toml 2018-02-12T16:24:26.906187+01:00
|
|
||||||
@@ -25,5 +25,3 @@
|
|
||||||
[lib]
|
|
||||||
name = "termcolor"
|
|
||||||
bench = false
|
|
||||||
-[target."cfg(windows)".dependencies.wincolor]
|
|
||||||
-version = "0.1.6"
|
|
@ -0,0 +1,13 @@
|
|||||||
|
--- termcolor-1.0.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||||
|
+++ termcolor-1.0.0/Cargo.toml 2018-07-19T10:25:13.426025+02:00
|
||||||
|
@@ -21,9 +21,8 @@
|
||||||
|
keywords = ["windows", "win", "color", "ansi", "console"]
|
||||||
|
license = "Unlicense/MIT"
|
||||||
|
repository = "https://github.com/BurntSushi/termcolor"
|
||||||
|
+exclude = ["/.travis.yml", "/appveyor.yml", "/ci/**"]
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
name = "termcolor"
|
||||||
|
bench = false
|
||||||
|
-[target."cfg(windows)".dependencies.wincolor]
|
||||||
|
-version = "1"
|
Loading…
Reference in new issue