From 73d76a99071379128c57766c6ea90042e13843ce Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 12 Nov 2023 16:38:04 -0800 Subject: [PATCH] v1.5.1 Signed-off-by: John Nunley --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e110e50..830b2d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.5.1 + +- Fix compilation on WebAssembly targets (#54). + # Version 1.5.0 - Bump MSRV to 1.61. (#50) diff --git a/Cargo.toml b/Cargo.toml index d158271..5d28cbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "blocking" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.5.0" +version = "1.5.1" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.61"