diff options
| -rw-r--r-- | mingling/Cargo.toml | 2 | ||||
| -rw-r--r-- | mingling_core/Cargo.lock | 4 | ||||
| -rw-r--r-- | mingling_core/Cargo.toml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 8c30565..4d13d0b 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -17,4 +17,4 @@ macros = ["mingling_core/macros"] general_renderer = ["mingling_core/general_renderer"] [dependencies] -mingling_core = { path = "../mingling_core", default-features = false } +mingling_core = { version = "0.1.0", default-features = false } diff --git a/mingling_core/Cargo.lock b/mingling_core/Cargo.lock index f3345c4..8cd28b4 100644 --- a/mingling_core/Cargo.lock +++ b/mingling_core/Cargo.lock @@ -64,9 +64,9 @@ dependencies = [ [[package]] name = "mingling_macros" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3790886e4504e486d8c963988e5780212ccc05c5d03a5d27fa2ba67e1dd3f13b" +checksum = "5f1f57fd20f1072939938b779684534d566d2d81104a43a32bf06a377e72bee9" dependencies = [ "just_fmt", "once_cell", diff --git a/mingling_core/Cargo.toml b/mingling_core/Cargo.toml index afeed3b..b532ab1 100644 --- a/mingling_core/Cargo.toml +++ b/mingling_core/Cargo.toml @@ -13,7 +13,7 @@ macros = ["mingling_macros"] general_renderer = ["dep:serde", "mingling_macros/serde"] [dependencies] -mingling_macros = { version = "0.1.0", optional = true } +mingling_macros = { version = "0.1.1", optional = true } just_fmt = "0.1.2" serde = { version = "1.0", features = ["derive"], optional = true } thiserror = "2" |
