From f46d5307fce1de56e1c00372915055a085b64335 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Wed, 5 Apr 2023 23:06:29 -0400 Subject: [PATCH] move old rust ver to own archive branch --- src/dns/packet/buffer.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dns/packet/buffer.rs b/src/dns/packet/buffer.rs index 058156e..d3dee2a 100644 --- a/src/dns/packet/buffer.rs +++ b/src/dns/packet/buffer.rs @@ -225,3 +225,4 @@ impl PacketBuffer { Ok(()) } } +