From 7b4411128f230c3a30a8c8313cf7d29f2b465f62 Mon Sep 17 00:00:00 2001 From: Bernard Kolobara Date: Tue, 9 Aug 2022 10:39:23 +0200 Subject: [PATCH] Bump version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2f2f26..5423dad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,7 +210,7 @@ checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b" [[package]] name = "lunatic" -version = "0.10.2" +version = "0.10.3" dependencies = [ "bincode", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 6149fa2..74ca5a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lunatic" -version = "0.10.2" +version = "0.10.3" edition = "2018" authors = ["Bernard Kolobara "] description = "Helper library for building Rust applications that run on lunatic."