Skip to content

Commit 16b7bff

Browse files
committed
feat: renamed back the lib files as cargo-mutants supports them now
1 parent 5a4f9b3 commit 16b7bff

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

clarity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resolver = "2"
1515

1616
[lib]
1717
name = "clarity"
18-
path = "./src/lib.rs"
18+
path = "./src/libclarity.rs"
1919

2020
[dependencies]
2121
rand = "0.7.3"
File renamed without changes.

libsigner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2021"
1313

1414
[lib]
1515
name = "libsigner"
16-
path = "./src/lib.rs"
16+
path = "./src/libsigner.rs"
1717

1818
[dependencies]
1919
clarity = { path = "../clarity" }
File renamed without changes.

stacks-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition = "2021"
1515

1616
[lib]
1717
name = "stacks_common"
18-
path = "./src/lib.rs"
18+
path = "./src/libcommon.rs"
1919

2020
[dependencies]
2121
rand = "0.7.3"
File renamed without changes.

0 commit comments

Comments
 (0)