Skip to content

Commit

Permalink
Updated with 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 b15ed69 commit dfed759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
@@ -1,6 +1,6 @@
[package]
name = "tether-egui"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
license = "MIT"
description = "GUI for building and testing Tether-based applications"
Expand All @@ -23,7 +23,7 @@ eframe = "0.21.3"
env_logger = "0.10"
log = "0.4.17"
# tether-agent = { path = "../tether/base_agent/rs" }
tether-agent = "0.14"
tether-agent = "0.14.1"
# tether-utils = { path = "../tether/utilities/tether-utils" }
tether-utils = "0.11.2"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit dfed759

Please sign in to comment.