aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_cli')
-rw-r--r--mingling_cli/Cargo.lock8
1 files changed, 6 insertions, 2 deletions
diff --git a/mingling_cli/Cargo.lock b/mingling_cli/Cargo.lock
index 875c54c..6d9d29f 100644
--- a/mingling_cli/Cargo.lock
+++ b/mingling_cli/Cargo.lock
@@ -80,7 +80,9 @@ dependencies = [
[[package]]
name = "mingling_core"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8a82fdb851a240b4039cf6763686adc94532eaf9fd5a2d6bebe83666afdf70da"
dependencies = [
"just_fmt",
"just_template",
@@ -90,7 +92,9 @@ dependencies = [
[[package]]
name = "mingling_macros"
-version = "0.1.5"
+version = "0.1.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5d1b06de4aee340e05eed51b75fc84781900657819dd80bf4f5e76548709076b"
dependencies = [
"just_fmt",
"once_cell",