diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-04 04:16:01 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-04 04:17:34 +0800 |
| commit | 47b39f446a7f744c37e52975d3f65345b01fff07 (patch) | |
| tree | f2e3b5ace81b006fa692e55f36b958ebf31eddbf /mling | |
| parent | 37a547ecc83ea548ebab35cae99210bb01a52442 (diff) | |
Switch to published crates and update README for v0.1.70.1.7
Diffstat (limited to 'mling')
| -rw-r--r-- | mling/Cargo.lock | 6 | ||||
| -rw-r--r-- | mling/Cargo.toml | 2 |
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]] |
