Skip to content

Commit

Permalink
tether-utils uses patched tether base agent
Browse files Browse the repository at this point in the history
  • Loading branch information
anselanza committed Dec 24, 2024
1 parent d3d43bc commit 6b08973
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion 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 utilities/tether-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ name = "tether"


[dependencies]
tether-agent = { path = "../../base_agent/rs" }
# tether-agent = "0.14"
# tether-agent = { path = "../../base_agent/rs" }
tether-agent = "0.14.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.91"
rmp-serde = "1.1.1"
Expand Down

0 comments on commit 6b08973

Please sign in to comment.