Skip to content

Commit 5311c7b

Browse files
author
Github Automation
committed
chore: Release ceramic-config version 0.1.49
1 parent 15e6dd9 commit 5311c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ceramic-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ceramic-config"
3-
version = "0.1.48"
3+
version = "0.1.49"
44
edition = "2021"
55
description = "Configuration for ceramic node"
66
license = "MIT OR Apache-2.0"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dependencies]
1010
anyhow.workspace = true
1111
askama = "0.12.0"
12-
ceramic-config = { path = "../ceramic-config", version = "0.1.48" }
12+
ceramic-config = { path = "../ceramic-config", version = "0.1.49" }
1313
clap = { version = "4.1.4", features = ["derive"] }
1414
did-method-key = "0.2"
1515
env_logger = "0.10.0"

0 commit comments

Comments
 (0)