From 59f92d3cf7abb667214924383d3998e334618307 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 3 Aug 2022 10:56:37 +0400 Subject: [PATCH] Bump version (0.0.8) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8f2ffe..cdf156a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonapis" -version = "0.0.7" +version = "0.0.8" authors = ["Alex Kotov "] edition = "2021" description = "JSON:API library for Rust"