We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e6dd9 commit 5311c7bCopy full SHA for 5311c7b
ceramic-config/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ceramic-config"
3
-version = "0.1.48"
+version = "0.1.49"
4
edition = "2021"
5
description = "Configuration for ceramic node"
6
license = "MIT OR Apache-2.0"
cli/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
9
[dependencies]
10
anyhow.workspace = true
11
askama = "0.12.0"
12
-ceramic-config = { path = "../ceramic-config", version = "0.1.48" }
+ceramic-config = { path = "../ceramic-config", version = "0.1.49" }
13
clap = { version = "4.1.4", features = ["derive"] }
14
did-method-key = "0.2"
15
env_logger = "0.10.0"
0 commit comments