This repository was archived by the owner on Aug 12, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [" The Rust Project Developers" ]
3
3
name = " term"
4
- version = " 0.0.0 "
4
+ version = " 0.0.1 "
5
5
edition = " 2018"
6
+ description = " Terminal formatting library"
7
+ license = " MIT/Apache-2.0"
8
+ documentation = " https://docs.rs/libterm"
9
+ homepage = " https://github.com/rust-lang/libtest"
10
+ repository = " https://github.com/rust-lang/libtest"
6
11
7
12
[lib ]
8
13
name = " term"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [" The Rust Project Developers" ]
3
3
name = " libtest"
4
- version = " 0.0.0 "
4
+ version = " 0.0.1 "
5
5
edition = " 2018"
6
+ description = " Rust's built in unit-test and micro-benchmarking framework"
7
+ license = " MIT/Apache-2.0"
8
+ documentation = " https://docs.rs/libterm"
9
+ homepage = " https://github.com/rust-lang/libtest"
10
+ repository = " https://github.com/rust-lang/libtest"
6
11
7
12
[lib ]
8
13
name = " libtest"
@@ -11,4 +16,4 @@ crate-type = ["dylib", "rlib"]
11
16
12
17
[dependencies ]
13
18
getopts = " 0.2"
14
- term = { path = " ../libterm" }
19
+ term = { version = " 0.0.1 " , path = " ../libterm" }
Original file line number Diff line number Diff line change 19
19
20
20
#![ deny( rust_2018_idioms) ]
21
21
#![ crate_name = "libtest" ]
22
- #![ unstable( feature = "test" , issue = "27812" ) ]
23
22
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" , test( attr( deny( warnings) ) ) ) ]
24
23
#![ feature( asm) ]
25
24
#![ feature( fnbox) ]
You can’t perform that action at this time.
0 commit comments