From 7f252bb8734479eb0ac6ac001a37a4d8f9f08ea4 Mon Sep 17 00:00:00 2001 From: Evan <398607+xaocon@users.noreply.github.com> Date: Tue, 29 Oct 2024 03:23:21 -0400 Subject: [PATCH] Add prerelease warning to readme.md (#728) It will be helpful to point users of the library to code examples that will work for them. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79a65d7..fb5dfed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Bincode - +### The following information is for the prerelease 2.x versions of this library. The stable branch can be found [here](https://github.com/bincode-org/bincode/tree/v1.x). [![CI](https://github.com/bincode-org/bincode/workflows/CI/badge.svg)](https://github.com/bincode-org/bincode/actions)