From 6f80cccd5899edf3400cfcb323769bd251cbab28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Thu, 5 Dec 2024 16:13:03 +0100 Subject: [PATCH] chore: 0.9.39 -> 0.9.40 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d975791..218b6d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "serde_norway" -version = "0.9.39" +version = "0.9.40" dependencies = [ "anyhow", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 82fd9c0..e223327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_norway" -version = "0.9.39" +version = "0.9.40" authors = ["Christina Sørensen ", "David Tolnay "] categories = ["encoding", "parser-implementations"] description = "YAML data format for Serde"