diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-04 17:52:19 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-04 17:52:19 +0800 |
| commit | f0475c2207181c13dabcd4e78a163cde70573ade (patch) | |
| tree | c659e766f038e8a609d174c4eba85be12791cdd7 /mingling/Cargo.lock | |
| parent | 15028700581ee15d60e0fdbc28aa8ace539ad293 (diff) | |
Add vector pickers
Diffstat (limited to 'mingling/Cargo.lock')
| -rw-r--r-- | mingling/Cargo.lock | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock index b3559d8..ef9be06 100644 --- a/mingling/Cargo.lock +++ b/mingling/Cargo.lock @@ -16,7 +16,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e" [[package]] name = "mingling" -version = "0.1.3" +version = "0.1.4" dependencies = [ "mingling", "mingling_core", @@ -27,9 +27,7 @@ dependencies = [ [[package]] name = "mingling_core" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "582a051d0598bb23b4b5103f9a3f5cf6b3b825f3b01b1612640ba88bbeb4ff07" +version = "0.1.3" dependencies = [ "just_fmt", "serde", @@ -40,8 +38,6 @@ dependencies = [ [[package]] name = "mingling_macros" version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50e324eedf81f8b4c2947d6ce96dbd763a2da0d3b182c3f9c550974407f81c19" dependencies = [ "just_fmt", "once_cell", |
