Skip to content

Commit ef54be3

Browse files
committed
fix
1 parent 2b69253 commit ef54be3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ trust-dns-resolver = "0.23.2"
1010
dialoguer = "0.11.0"
1111
reqwest = { version = "0.12.7", features = ["json"] }
1212
anyhow = "1.0.98"
13-
#minecraft_protocol = { git = "https://github.com/kauri-off/minecraft_protocol.git" }
14-
minecraft_protocol = { path = "C:/Users/kauri/dev/minecraft_protocol" }
13+
minecraft_protocol = { git = "https://github.com/kauri-off/minecraft_protocol.git" }
1514

1615
[target.'cfg(windows)'.dependencies]
1716
windows = { version = "0.61.3", features = [

0 commit comments

Comments
 (0)