Skip to content

Commit 0e2f50b

Browse files
committed
Fix local epo-data crate path
1 parent 2c81b7b commit 0e2f50b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ celestial-images = { version = "0.1.1-alpha.2", path = "celestial-images" }
2929
celestial-pointing = { version = "0.1.1-alpha.2", path = "celestial-pointing" }
3030
celestial-wcs = { version = "0.1.1-alpha.2", path = "celestial-wcs" }
3131

32-
celestial-eop-data = { version = "0.1", path = "../celestial-eop-data" }
32+
celestial-eop-data = { version = "0.1"}
3333

3434
# External dependencies
3535
anyhow = "1.0"

0 commit comments

Comments
 (0)