Skip to content

Commit 66911b2

Browse files
authored
Merge pull request #39 from silicon-heaven/type-info-parse-nodes-tree
Parse nodes tree to type info
2 parents 0ada4fd + c060b6f commit 66911b2

3 files changed

Lines changed: 339 additions & 22 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ name = "hp"
88

99
[dependencies]
1010
tokio = { version = "1.44.0", features = ["macros", "net", "rt", "rt-multi-thread", "sync", "time"] }
11-
shvproto = { git = "https://github.com/silicon-heaven/libshvproto-rs", branch = "master", version = "3.5" }
12-
shvrpc = { git = "https://github.com/silicon-heaven/libshvrpc-rs", branch = "master", version = "3.7" }
11+
shvproto = { git = "https://github.com/silicon-heaven/libshvproto-rs", branch = "master", version = "3.6" }
12+
shvrpc = { git = "https://github.com/silicon-heaven/libshvrpc-rs", branch = "master", version = "3.11" }
1313
shvclient = { git = "https://github.com/silicon-heaven/libshvclient-rs", branch = "main", version = "0.11", features = ["tokio"] }
1414
futures = "0.3.31"
1515
log = "0.4.26"

0 commit comments

Comments
 (0)