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."