diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-31 11:43:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-31 11:43:07 +0800 |
| commit | a1503fef9947732994d4fb866b90b665c846b547 (patch) | |
| tree | 1542c91bad27df973993a862dcf49ee472e976f9 /mingling_core/Cargo.toml | |
| parent | 5a56cfd5e5ee7cde191b4c4fb24c6d11638f75fa (diff) | |
Update mingling_core to version 0.1.2 and use local dependencies
- Replace registry dependencies with local path dependencies
- Bump mingling_core version from 0.1.1 to 0.1.2
- Add safety comments for unsafe downcast operations
Diffstat (limited to 'mingling_core/Cargo.toml')
| -rw-r--r-- | mingling_core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index c642c70..40b4c41 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mingling_core" -version = "0.1.1" +version = "0.1.2" edition = "2024" license = "MIT OR Apache-2.0" description = "Core of the mingling library" |
