Skip to content

Commit 680b6bf

Browse files
committed
Remove version from rs_ports dependency.
1 parent 182a757 commit 680b6bf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

source/ports/rs_port/Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ name = "metacall"
1717
path = "src/lib.rs"
1818

1919
[dependencies]
20-
metacall-inline = { path = "./inline", version = "0.2.0" }
20+
metacall-inline = { path = "./inline" }
2121

2222
[build-dependencies]
23-
metacall-sys = { path = "./sys", version = "0.1.2" }
23+
metacall-sys = { path = "./sys" }
24+
25+
[workspace]
26+
members = [
27+
"inline",
28+
"sys",
29+
]

0 commit comments

Comments
 (0)