|
@@ -1,6 +1,6 @@
|
|
|
[package]
|
|
|
name = "cdk-mintd"
|
|
|
-version = "0.6.1"
|
|
|
+version = "0.6.2"
|
|
|
edition = "2021"
|
|
|
authors = ["CDK Developers"]
|
|
|
license = "MIT"
|
|
@@ -12,7 +12,7 @@ description = "CDK mint binary"
|
|
|
[dependencies]
|
|
|
anyhow = "1"
|
|
|
axum = "0.6.20"
|
|
|
-cdk = { path = "../cdk", version = "0.6.0", default-features = false, features = [
|
|
|
+cdk = { path = "../cdk", version = "0.6.1", default-features = false, features = [
|
|
|
"mint",
|
|
|
] }
|
|
|
cdk-redb = { path = "../cdk-redb", version = "0.6.0", default-features = false, features = [
|