Skip to content

Commit 99d7c97

Browse files
sdroegelu-zero
authored andcommitted
Use GIT dependencies for out-of-repository crates instead of paths
rust-av/rust-av#55
1 parent fb155c9 commit 99d7c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ build = ["aom-sys/build"]
1515

1616
[dependencies]
1717
aom-sys = { version = "0.1.0", path = "aom-sys" }
18-
av-data = { version = "0.1.0", path = "../rust-av/data" }
19-
av-codec = { version = "0.1.0", path = "../rust-av/codec", optional = true }
18+
av-data = { version = "0.1.0", git = "https://github.com/rust-av/rust-av" }
19+
av-codec = { version = "0.1.0", git = "https://github.com/rust-av/rust-av", optional = true }
2020

2121
[workspace]
2222
members = ["aom-sys"]

0 commit comments

Comments
 (0)