Skip to content

Commit 1a2f652

Browse files
committed
Rename ctest2 back to ctest
We will be able to publish the crate under the original `ctest` name, so update its name and URLS here.
1 parent 50591f0 commit 1a2f652

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ctest/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
name = "ctest2"
2+
name = "ctest"
33
version = "0.4.10"
44
license = "MIT OR Apache-2.0"
55
readme = "README.md"
6-
repository = "https://github.com/JohnTitor/ctest2"
7-
homepage = "https://github.com/JohnTitor/ctest2"
8-
documentation = "https://docs.rs/ctest2"
6+
repository = "https://github.com/rust-lang/libc"
7+
homepage = "https://github.com/rust-lang/libc"
8+
documentation = "https://docs.rs/ctest"
99
description = """
1010
Automated tests of FFI bindings.
1111
"""

0 commit comments

Comments
 (0)