From cbd564e527cb470c65d20f686d2b1433eabccebf Mon Sep 17 00:00:00 2001 From: Oliver Killane Date: Mon, 10 Jun 2024 23:28:01 +0100 Subject: [PATCH] Release combi v0.2.0 --- crates/pulpit/Cargo.toml | 2 +- crates/pulpit_gen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/pulpit/Cargo.toml b/crates/pulpit/Cargo.toml index e644782..9c73a7a 100644 --- a/crates/pulpit/Cargo.toml +++ b/crates/pulpit/Cargo.toml @@ -43,4 +43,4 @@ harness = false [[bench]] name = "pull_arena" -harness = false \ No newline at end of file +harness = false diff --git a/crates/pulpit_gen/Cargo.toml b/crates/pulpit_gen/Cargo.toml index 651043b..712e924 100644 --- a/crates/pulpit_gen/Cargo.toml +++ b/crates/pulpit_gen/Cargo.toml @@ -26,4 +26,4 @@ combi = { path = "../combi" } prettyplease = "0.2" divan = { git = "https://github.com/OliverKillane/divan.git", branch = "enh/file-output" } trybuild = "1.0.91" -glob = "0.3.1" \ No newline at end of file +glob = "0.3.1"