From 82d37600ce2023829a1d0cc60cffe526d800204a Mon Sep 17 00:00:00 2001 From: "Alex M. M" Date: Tue, 27 Jul 2021 06:48:09 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d60d3a..182a1af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fplist" -version = "0.2.0" +version = "0.2.1" authors = ["Alex M. M. "] edition = "2018" description = "An immutable, persistent, singly-linked list"