From 54aa2fdebe5c29e117f7a3aa4f801db08d57f7fd Mon Sep 17 00:00:00 2001 From: Jen Tak Date: Mon, 18 Dec 2023 13:39:08 +0100 Subject: [PATCH] Refer to panel-protocol by version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6281012..2bb6b1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "panel-protocol" version = "0.6.0" -source = "git+https://github.com/tonarino/panel-protocol.git?branch=const-generics#778922c0e8c99da573469e2e50e1809cc36ed290" +source = "git+https://github.com/tonarino/panel-protocol.git?rev=0.6#7f8c353640619100a9a1d0fe577196c630657d94" dependencies = [ "arrayvec", ] diff --git a/Cargo.toml b/Cargo.toml index 20603ee..3e2feaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ cortex-m = "0.7" cortex-m-rt = "0.6" panic-reset = "0.1" nb = "1" -panel-protocol = { git = "https://github.com/tonarino/panel-protocol.git", branch = "const-generics" } +panel-protocol = { git = "https://github.com/tonarino/panel-protocol.git", rev = "0.6" } usb-device = "0.2" usbd-serial = "0.1" libm = "0.2"