Skip to content

Commit c5c77dd

Browse files
committed
Rename path crates since they need to be published too
1 parent 60f7e2d commit c5c77dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ name = "all"
1515
path = "src/tests/all.rs"
1616

1717
[dependencies]
18-
s3 = { path = "src/s3", version = "0.0.1" }
19-
migrate = { path = "src/migrate", version = "0.1.0" }
18+
cargo-registry-s3 = { path = "src/s3", version = "0.1.0" }
19+
cargo-registry-migrate = { path = "src/migrate", version = "0.1.0" }
2020
rand = "0.3"
2121
time = "0.1"
2222
git2 = "0.6.4"

src/migrate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "migrate"
2+
name = "cargo-registry-migrate"
33
authors = ["Alex Crichton <[email protected]>"]
44
version = "0.1.0"
55

src/s3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22

3-
name = "s3"
3+
name = "cargo-registry-s3"
44
version = "0.0.1"
55
authors = []
66

0 commit comments

Comments
 (0)