Skip to content

Commit 80518e7

Browse files
committed
Fix cross-repo path dependency
1 parent e1ed0ba commit 80518e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["aerospace", "science", "api-bindings"]
1010
keywords = ["spice", "spicelib"]
1111

1212
[dependencies]
13-
f2rust_std = { version = "0.1.0", path = "../f2rust_std" }
13+
f2rust_std = { version = "0.1.0", git = "https://github.com/zaynar/rsspice.git" }
1414

1515
[dev-dependencies]
1616
approx = "0.5.1"

0 commit comments

Comments
 (0)