aboutsummaryrefslogtreecommitdiff
path: root/mling
diff options
context:
space:
mode:
Diffstat (limited to 'mling')
-rw-r--r--mling/Cargo.lock6
-rw-r--r--mling/Cargo.toml2
2 files changed, 6 insertions, 2 deletions
diff --git a/mling/Cargo.lock b/mling/Cargo.lock
index 7167d1d..b98df56 100644
--- a/mling/Cargo.lock
+++ b/mling/Cargo.lock
@@ -134,7 +134,7 @@ dependencies = [
[[package]]
name = "mingling-cli"
-version = "0.1.0"
+version = "0.1.7"
dependencies = [
"colored",
"dirs",
@@ -148,6 +148,8 @@ dependencies = [
[[package]]
name = "mingling_core"
version = "0.1.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e12e0ee263a48336b5a16598a89c2220524af7a0267227160ebed1364ff0a741"
dependencies = [
"just_fmt",
"just_template",
@@ -163,6 +165,8 @@ dependencies = [
[[package]]
name = "mingling_macros"
version = "0.1.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b7af9a980ada645d77113c0d39877d6a3d3861b271ceb8a1b6bb804177697ad8"
dependencies = [
"just_fmt",
"once_cell",
diff --git a/mling/Cargo.toml b/mling/Cargo.toml
index b722420..ebaedb8 100644
--- a/mling/Cargo.toml
+++ b/mling/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mingling-cli"
-version = "0.1.0"
+version = "0.1.7"
edition = "2024"
[[bin]]