You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-tabwriter/tabwriter-1.0.3-fix-metadat...

16 lines
420 B

--- tabwriter-1.0.3/Cargo.toml 2017-01-03T23:46:06+01:00
+++ tabwriter-1.0.3/Cargo.toml 2018-01-27T13:12:51.895617+01:00
@@ -13,10 +13,10 @@
[dependencies]
unicode-width = "0.1"
regex = { version = "^0.2.1", optional = true }
-lazy_static = { version = "0.2", optional = true}
+lazy_static = { version = "1", optional = true}
[dev-dependencies]
-ansi_term = "0.7"
+ansi_term = "0.10"
[features]
default = []