Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ termtree = "0.5.1"
textwrap = { version = "0.16.2", features = [ "terminal_size" ] }
test-strategy = "0.4.3"
thiserror = "2.0"
tofino = { git = "https://github.com/oxidecomputer/tofino", branch = "main" }
tofino = { git = "https://github.com/oxidecomputer/tofino", branch = "presence" }
tokio = "1.47.0"
tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1" ] }
tokio-stream = "0.1.17"
Expand Down
1 change: 1 addition & 0 deletions illumos-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ tokio.workspace = true
uuid.workspace = true
whoami.workspace = true
zone.workspace = true
tofino.workspace = true

omicron-workspace-hack.workspace = true

Expand Down
Loading
Loading