From edaed365b099c099e7d2c79490cf769b88b16e28 Mon Sep 17 00:00:00 2001 From: femshima <49227365+femshima@users.noreply.github.com> Date: Sat, 2 Mar 2024 13:00:05 +0900 Subject: [PATCH] jlabel 0.1.3 --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 858ab25..e7a28b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,18 +54,18 @@ dependencies = [ [[package]] name = "jlabel" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f040b22c55628977296069dbf8635be49cc510999c048a1f1bdb56d00983148" +checksum = "b115e1e59ab37ee8afeb27e2ba44ace00e5f765c8feb26cd4efb723006717ead" dependencies = [ "thiserror", ] [[package]] name = "jlabel-question" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe1c68a8d6f4e9a88166bb33063b51cbbbbdaab115aca509ac2bbd37e519f5a8" +checksum = "0c47a90f3c65c2d5c5bb32e4926e10afbdf4290049743bd6f21b93651ccd32e5" dependencies = [ "jlabel", "regex-automata", diff --git a/Cargo.toml b/Cargo.toml index d1661b0..ca49120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ approx = "0.5.1" nom = { version = "7.1.3", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } hound = { version = "3.5.1", optional = true } -jlabel = "0.1.2" -jlabel-question = { version = "0.1.2", features = ["regex"]} +jlabel = "0.1.3" +jlabel-question = { version = "0.1.3", features = ["regex"]}