From 60bf5ef9d7c45330e998b6c6b573d6dc0cbd9a85 Mon Sep 17 00:00:00 2001 From: Github Automation Date: Mon, 13 Feb 2023 15:18:11 +0000 Subject: [PATCH] chore: Release ceramic-config version 0.1.23 --- 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 9260d36..d06d708 100644 --- a/ceramic-config/Cargo.toml +++ b/ceramic-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ceramic-config" -version = "0.1.22" +version = "0.1.23" edition = "2021" description = "Configuration for ceramic node" license = "MIT OR Apache-2.0" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0fa1f65..651dba8 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.22" } +ceramic-config = { path = "../ceramic-config", version = "0.1.23" } clap = { version = "4.1.4", features = ["derive"] } ed25519-compact = "2.0.4" env_logger = "0.10.0"