Skip to content

Commit db2b773

Browse files
committed
Use cctalk-rs from crates.io
1 parent 79e2e01 commit db2b773

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ serde_json = "1.0"
2424
toml = "0.8"
2525
rodio = { version = "0.22.2", default-features = false, features = ["playback", "wav"] }
2626
image = { version = "0.25", default-features = false, features = ["jpeg"] }
27-
cc_talk_core = { git = "https://github.com/Kosta-Git/cc-talk-rs", package = "cc_talk_core" }
28-
cc_talk_tokio_host = { git = "https://github.com/Kosta-Git/cc-talk-rs", package = "cc_talk_tokio_host" }
29-
cc_talk_host = { git = "https://github.com/Kosta-Git/cc-talk-rs", package = "cc_talk_host" }
27+
cc_talk_core = "0.0.4"
28+
cc_talk_tokio_host = "0.1.1"
29+
cc_talk_host = "0.0.5"
3030
tokio = { version = "1", features = ["rt", "time"] }
3131
tokio-serial = "5"
3232

0 commit comments

Comments
 (0)