Skip to content

Commit

Permalink
use forked rcl
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Apr 8, 2024
1 parent ee490d2 commit ff0c6f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ crossbeam-channel = { version = "0.5.11" }
strum = { version = "0.26.2" }
strum_macros = { version = "0.26.2" }
serde = { version = "1.0.197", features = ["derive"] }
# rcl = { git = "https://github.com/ruuda/rcl", rev = "6bb68da8ef1ef36f8a38453e7832efb498dc082e" }
rcl = { path = "../rcl" }
tiron = { path = "./tiron" }
tiron-tui = { path = "./tiron-tui" }
tiron-node = { path = "./tiron-node" }
tiron-common = { path = "./tiron-common" }
rcl = { git = "https://github.com/lapce/rcl", rev = "29ff14fcd8f5f57dff2d71cbd5d5c0563b1cef66" }
# rcl = { path = "../rcl" }

0 comments on commit ff0c6f4

Please sign in to comment.