Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit 8aead3d

Browse files
committed
Bump version to 0.0.1; remove unstable feature
1 parent 63ae760 commit 8aead3d

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

libterm/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[package]
22
authors = ["The Rust Project Developers"]
33
name = "term"
4-
version = "0.0.0"
4+
version = "0.0.1"
55
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"
611

712
[lib]
813
name = "term"

libtest/Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[package]
22
authors = ["The Rust Project Developers"]
33
name = "libtest"
4-
version = "0.0.0"
4+
version = "0.0.1"
55
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"
611

712
[lib]
813
name = "libtest"
@@ -11,4 +16,4 @@ crate-type = ["dylib", "rlib"]
1116

1217
[dependencies]
1318
getopts = "0.2"
14-
term = { path = "../libterm" }
19+
term = { version = "0.0.1", path = "../libterm" }

libtest/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#![deny(rust_2018_idioms)]
2121
#![crate_name = "libtest"]
22-
#![unstable(feature = "test", issue = "27812")]
2322
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))]
2423
#![feature(asm)]
2524
#![feature(fnbox)]

0 commit comments

Comments
 (0)