Skip to content

Commit 60f7e2d

Browse files
committed
Specify versions for path dependencies to enable publication
1 parent 67dbb11 commit 60f7e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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" }
19-
migrate = { path = "src/migrate" }
18+
s3 = { path = "src/s3", version = "0.0.1" }
19+
migrate = { path = "src/migrate", version = "0.1.0" }
2020
rand = "0.3"
2121
time = "0.1"
2222
git2 = "0.6.4"

0 commit comments

Comments
 (0)