From 70223afe1d997b33cd908c627def1fbaccd356b4 Mon Sep 17 00:00:00 2001 From: Jeroen Gardeyn Date: Fri, 14 Feb 2025 13:03:35 +0100 Subject: [PATCH] version bump (0.2.0 -> 0.2.1) --- jagua-rs/Cargo.toml | 2 +- lbf/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jagua-rs/Cargo.toml b/jagua-rs/Cargo.toml index afe3657..bce2ea4 100644 --- a/jagua-rs/Cargo.toml +++ b/jagua-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jagua-rs" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "Mozilla Public License 2.0" repository = "https://github.com/JeroenGar/jagua-rs" diff --git a/lbf/Cargo.toml b/lbf/Cargo.toml index 0502fd1..2d31d6d 100644 --- a/lbf/Cargo.toml +++ b/lbf/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "lbf" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "Mozilla Public License 2.0" repository = "https://github.com/JeroenGar/jagua-rs" authors = ["Jeroen Gardeyn"] [dependencies] -jagua-rs = { path = "../jagua-rs" , version = "0.2.0", features = [] } +jagua-rs = { path = "../jagua-rs" , version = "0.2.1", features = [] } rand = { version = "0.8.5", features = [ "small_rng" ] } rand_distr = "0.4.3" serde = { version = "1.0", features = ["derive"] }