Skip to content

Commit 4396016

Browse files
committed
wip
1 parent f6e5279 commit 4396016

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 0 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ resolver = "2"
1515

1616
[workspace.dependencies]
1717
tlvc = { git = "https://github.com/oxidecomputer/tlvc.git", branch = "main" }
18-
#hubtools = { git = "https://github.com/oxidecomputer/hubtools.git" }
19-
#hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "epoch"}
20-
hubtools = { path = "/home/stoltz/Oxide/src/hubtools/epoch/hubtools" }
18+
# TODO: Change to main branch before merge
19+
hubtools = { git = "https://github.com/oxidecomputer/hubtools.git", branch = "epoch"}
2120
slog-error-chain = { git = "https://github.com/oxidecomputer/slog-error-chain.git", branch = "main", features = ["derive"] }
2221

2322
anyhow = "1.0"

0 commit comments

Comments
 (0)