From 56f4c85b4fae77b66883896d502161ca1b2dba1e Mon Sep 17 00:00:00 2001 From: Matt Keeter Date: Wed, 28 Jun 2023 11:20:51 -0400 Subject: [PATCH] Revert to `transceiver-messages:main` --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d09373465d..893a5d72ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4882,7 +4882,7 @@ dependencies = [ [[package]] name = "transceiver-messages" version = "0.1.1" -source = "git+https://github.com/oxidecomputer/transceiver-control/?branch=disable-port#bbc7bd99876132af76a4272c0f29a35608fd5e9e" +source = "git+https://github.com/oxidecomputer/transceiver-control/#84e28d1263d9d07c5410fb0644469c8eb7b5fb5f" dependencies = [ "bitflags 2.1.0", "hubpack", diff --git a/Cargo.toml b/Cargo.toml index 7113d3ffb3..73e06faa3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,5 +127,5 @@ sprockets-common = { git = "https://github.com/oxidecomputer/sprockets.git", def sprockets-rot = { git = "https://github.com/oxidecomputer/sprockets.git", default-features = false } tlvc = { git = "https://github.com/oxidecomputer/tlvc", default-features = false, version = "0.3.1" } tlvc-text = { git = "https://github.com/oxidecomputer/tlvc", default-features = false, version = "0.3.0" } -transceiver-messages = { git = "https://github.com/oxidecomputer/transceiver-control/", default-features = false, branch = "disable-port" } +transceiver-messages = { git = "https://github.com/oxidecomputer/transceiver-control/", default-features = false } vsc7448-pac = { git = "https://github.com/oxidecomputer/vsc7448", default-features = false }