From 53f9d2b6d56c02b732373d60a6f2459e91b6f41f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 23 May 2024 08:25:32 -0500 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/data/Cargo.toml | 2 +- crates/harness/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff8421a..b188cbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,7 +443,7 @@ dependencies = [ [[package]] name = "toml-test-data" -version = "1.10.0" +version = "1.11.0" dependencies = [ "include_dir", ] diff --git a/crates/data/Cargo.toml b/crates/data/Cargo.toml index f766a85..1224832 100644 --- a/crates/data/Cargo.toml +++ b/crates/data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml-test-data" -version = "1.10.0" +version = "1.11.0" description = "TOML test cases" repository = "https://github.com/epage/toml-test-rs" readme = "README.md" diff --git a/crates/harness/Cargo.toml b/crates/harness/Cargo.toml index 330ff64..6123883 100644 --- a/crates/harness/Cargo.toml +++ b/crates/harness/Cargo.toml @@ -16,7 +16,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -toml-test-data = { version = "1.10.0", path = "../data" } +toml-test-data = { version = "1.11.0", path = "../data" } toml-test = { version = "^1.0.1", path = "../../" } ignore = "0.4.18" libtest-mimic = "0.7.0"