Skip to content

Commit

Permalink
Update kic-lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver committed Aug 26, 2024
1 parent a29a756 commit 864064c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 37 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ thiserror = "1.0.58"
tmc = { git = "https://github.com/esarver/rusb-usbtmc" }
tracing = { version = "0.1.40", features = ["async-await"] }
tracing-subscriber = { version = "0.3.18", features = ["json"] }
tsp-toolkit-kic-lib = { git = "https://github.com/tektronix/tsp-toolkit-kic-lib.git", branch = "task/implement-visa" }
tsp-toolkit-kic-lib = { git = "https://github.com/tektronix/tsp-toolkit-kic-lib.git", tag = "v0.17.2-0" }


[workspace.lints.rust]
Expand All @@ -59,5 +59,3 @@ arithmetic_side_effects = "deny"
all = "warn"
missing_doc_code_examples = "warn"

#[patch."https://github.com/tektronix/tsp-toolkit-kic-lib.git"]
#tsp-toolkit-kic-lib = { path="../tsp-toolkit-kic-lib" }

0 comments on commit 864064c

Please sign in to comment.