Skip to content

Commit 2ca90da

Browse files
authored
Rename crate to "tester"
Fixes messense#3
1 parent 3e898ab commit 2ca90da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "tester"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
description = "A fork of Rust’s `test` crate that doesn’t require unstable language features."
77
repository = "https://github.com/messense/rustc-test"
88
edition = "2018"
99

1010
[lib]
11-
name = "test"
11+
name = "tester"
1212
crate-type = ["dylib", "rlib"]
1313

1414
[features]

0 commit comments

Comments
 (0)