summaryrefslogtreecommitdiff
path: root/mingling_core/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-31 11:43:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-31 11:43:07 +0800
commita1503fef9947732994d4fb866b90b665c846b547 (patch)
tree1542c91bad27df973993a862dcf49ee472e976f9 /mingling_core/Cargo.toml
parent5a56cfd5e5ee7cde191b4c4fb24c6d11638f75fa (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.toml2
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"