From a88fbfb82a7ec48cee4c5f3df07d9c2ea8b0c315 Mon Sep 17 00:00:00 2001 From: Github Automation Date: Mon, 13 Feb 2023 17:44:14 +0000 Subject: [PATCH] chore: Release ceramic-config version 0.1.24 --- ceramic-config/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ceramic-config/Cargo.toml b/ceramic-config/Cargo.toml index d06d708..553c540 100644 --- a/ceramic-config/Cargo.toml +++ b/ceramic-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-config" -version = "0.1.23" +version = "0.1.24" edition = "2021" description = "Configuration for ceramic node" license = "MIT OR Apache-2.0" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2396b09..f71a063 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = "1.0.68" -ceramic-config = { path = "../ceramic-config", version = "0.1.23" } +ceramic-config = { path = "../ceramic-config", version = "0.1.24" } clap = { version = "4.1.4", features = ["derive"] } ed25519-compact = "2.0.4" env_logger = "0.10.0"