From fe1355e06a0ef42f91ea559ba01004b5ebec4c50 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Sat, 20 Jul 2024 15:13:13 -0700 Subject: [PATCH] bump version for soundness release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78dca77..de0eafd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrayref" -version = "0.3.7" +version = "0.3.8" authors = ["David Roundy "] description = "Macros to take array references of slices" license = "BSD-2-Clause"