Skip to content

Commit d347553

Browse files
remove path dependency
1 parent 30aaa62 commit d347553

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
@@ -20,4 +20,4 @@ libc = "0.2"
2020
windows-sys = { version = "0.59", features = ["Win32_Foundation", "Win32_System_Console", "Win32_Storage_FileSystem", "Win32_Security", "Win32_System_SystemServices"] }
2121

2222
[dependencies]
23-
rtoolbox = { path = "../rtoolbox", version = "0.0" }
23+
rtoolbox = "0.0"

0 commit comments

Comments
 (0)