From 9d11511f425d5bbeff56d7b1317404cf0b51b92f Mon Sep 17 00:00:00 2001 From: zyansheep Date: Tue, 25 Apr 2023 22:11:37 -0500 Subject: [PATCH] Release 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb15fee..ce7e94e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rkyv_codec" -version = "0.3.1" +version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Some adaptors to stream rkyv Archives over AsyncRead and AsyncWrite"