From 6397925f199c2d1b221c23fe5cef6f319797888b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20W=C3=BCnsche?= Date: Mon, 9 Oct 2023 16:20:34 +0200 Subject: [PATCH] betree: update MSRV An update in a dependency requires us to bump this. --- betree/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/betree/Cargo.toml b/betree/Cargo.toml index 41878e83..4c738b6d 100644 --- a/betree/Cargo.toml +++ b/betree/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.1-alpha" authors = ["Felix Wiedemann ", "Till Hoeppner ", "Johannes Wünsche "] license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.62" +rust-version = "1.65" [lib] crate-type = ["rlib", "staticlib", "cdylib"]