aboutsummaryrefslogtreecommitdiff
path: root/examples/example-error-handling/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-error-handling/Cargo.lock')
-rw-r--r--examples/example-error-handling/Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example-error-handling/Cargo.lock b/examples/example-error-handling/Cargo.lock
index a534538..c6effce 100644
--- a/examples/example-error-handling/Cargo.lock
+++ b/examples/example-error-handling/Cargo.lock
@@ -26,6 +26,8 @@ dependencies = [
[[package]]
name = "mingling_core"
version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b64318a9b61120f0deaf33c4ab9efc9313387dece2defd7841665242807634ea"
dependencies = [
"just_fmt",
]
@@ -33,6 +35,8 @@ dependencies = [
[[package]]
name = "mingling_macros"
version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f29efa15f48e39fd4a06868030545b1938e5ba050929cd9a235525814bfb6367"
dependencies = [
"just_fmt",
"proc-macro2",