From 1864b01627ecac9afeb247e0f1d054301c583107 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Wed, 12 Jun 2024 10:58:33 -0700 Subject: [PATCH] point at my fork --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b4abe1f6..935d36653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ tls_codec = { version = "0.4.2-pre.1", features = [ "derive", "serde", "mls", -], git = "https://github.com/rustcrypto/formats", rev = "b91caee" } +], git = "https://github.com/nplasterer/formats", rev = "b91caee" }