From 0d18ff406b8ce52d50420d24e4e63689c6d12fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Thu, 16 May 2024 17:27:43 +0200 Subject: [PATCH] Bump heed to v0.20.1 --- heed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heed/Cargo.toml b/heed/Cargo.toml index 64d59e95..9b09dcae 100644 --- a/heed/Cargo.toml +++ b/heed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heed" -version = "0.20.0" +version = "0.20.1" authors = ["Kerollmops "] description = "A fully typed LMDB wrapper with minimum overhead" license = "MIT"