Skip to content

Commit bbc7a50

Browse files
committed
separate out datatest-stable into its own repository
1 parent 55a578d commit bbc7a50

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/Cargo.lock
2+
/target

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
name = "datatest-stable"
33
version = "0.1.1"
4-
authors = ["Diem Association <[email protected]>"]
54
description = "Data-driven tests that work on stable Rust"
6-
repository = "https://github.com/diem/diem-devtools"
5+
repository = "https://github.com/nextest-rs/datatest-stable"
76
license = "MIT OR Apache-2.0"
87
publish = ["crates-io"]
98
readme = "README.md"

0 commit comments

Comments
 (0)