aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/tests
diff options
context:
space:
mode:
Diffstat (limited to 'mingling_core/tests')
-rw-r--r--mingling_core/tests/test-all/Cargo.lock4
-rw-r--r--mingling_core/tests/test-basic/Cargo.lock4
-rw-r--r--mingling_core/tests/test-comp/Cargo.lock4
-rw-r--r--mingling_core/tests/test-dispatch-tree/Cargo.lock4
-rw-r--r--mingling_core/tests/test-repl/Cargo.lock4
-rw-r--r--mingling_core/tests/test-structural-renderer/Cargo.lock4
6 files changed, 24 insertions, 0 deletions
diff --git a/mingling_core/tests/test-all/Cargo.lock b/mingling_core/tests/test-all/Cargo.lock
index 1f9b0f7..d18eb47 100644
--- a/mingling_core/tests/test-all/Cargo.lock
+++ b/mingling_core/tests/test-all/Cargo.lock
@@ -122,6 +122,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",
"just_template",
@@ -135,6 +137,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",
diff --git a/mingling_core/tests/test-basic/Cargo.lock b/mingling_core/tests/test-basic/Cargo.lock
index 4fb3bda..ef023a7 100644
--- a/mingling_core/tests/test-basic/Cargo.lock
+++ b/mingling_core/tests/test-basic/Cargo.lock
@@ -19,6 +19,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",
]
@@ -26,6 +28,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",
diff --git a/mingling_core/tests/test-comp/Cargo.lock b/mingling_core/tests/test-comp/Cargo.lock
index 657f19a..b951a91 100644
--- a/mingling_core/tests/test-comp/Cargo.lock
+++ b/mingling_core/tests/test-comp/Cargo.lock
@@ -40,6 +40,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",
"just_template",
@@ -48,6 +50,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",
diff --git a/mingling_core/tests/test-dispatch-tree/Cargo.lock b/mingling_core/tests/test-dispatch-tree/Cargo.lock
index b6b57b2..14027ae 100644
--- a/mingling_core/tests/test-dispatch-tree/Cargo.lock
+++ b/mingling_core/tests/test-dispatch-tree/Cargo.lock
@@ -19,6 +19,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",
]
@@ -26,6 +28,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",
diff --git a/mingling_core/tests/test-repl/Cargo.lock b/mingling_core/tests/test-repl/Cargo.lock
index 6919aac..b811703 100644
--- a/mingling_core/tests/test-repl/Cargo.lock
+++ b/mingling_core/tests/test-repl/Cargo.lock
@@ -19,6 +19,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",
]
@@ -26,6 +28,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",
diff --git a/mingling_core/tests/test-structural-renderer/Cargo.lock b/mingling_core/tests/test-structural-renderer/Cargo.lock
index 640719d..962d2d4 100644
--- a/mingling_core/tests/test-structural-renderer/Cargo.lock
+++ b/mingling_core/tests/test-structural-renderer/Cargo.lock
@@ -64,6 +64,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",
"ron",
@@ -76,6 +78,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",