Skip to content

Commit

Permalink
Rename crate to "tester"
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth authored Nov 18, 2019
1 parent 3e898ab commit 2ca90da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "tester"
version = "0.6.0"
version = "0.7.0"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
description = "A fork of Rust’s `test` crate that doesn’t require unstable language features."
repository = "https://github.com/messense/rustc-test"
edition = "2018"

[lib]
name = "test"
name = "tester"
crate-type = ["dylib", "rlib"]

[features]
Expand Down

0 comments on commit 2ca90da

Please sign in to comment.