aboutsummaryrefslogtreecommitdiff
path: root/mingling/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/Cargo.lock')
-rw-r--r--mingling/Cargo.lock8
1 files changed, 6 insertions, 2 deletions
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock
index 6de2c34..c4b7e49 100644
--- a/mingling/Cargo.lock
+++ b/mingling/Cargo.lock
@@ -235,7 +235,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 = [
"env_logger",
"just_fmt",
@@ -252,7 +254,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",