diff options
Diffstat (limited to 'mingling')
| -rw-r--r-- | mingling/Cargo.lock | 4 | ||||
| -rw-r--r-- | mingling/Cargo.toml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock index 582c464..e942d5f 100644 --- a/mingling/Cargo.lock +++ b/mingling/Cargo.lock @@ -103,6 +103,8 @@ dependencies = [ [[package]] name = "mingling_core" version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b764c83f1577a83cad7fea3dec1155da2f6e603332e9b80aac71d2ad3da974a" dependencies = [ "just_fmt", "ron", @@ -117,6 +119,8 @@ dependencies = [ [[package]] name = "mingling_macros" version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a057b9d00ed35217f5d6ebf3cfe42e0061526cfecaf206f3e4a4f1567916e9c" dependencies = [ "just_fmt", "once_cell", diff --git a/mingling/Cargo.toml b/mingling/Cargo.toml index 30a004b..493b8d0 100644 --- a/mingling/Cargo.toml +++ b/mingling/Cargo.toml @@ -27,7 +27,7 @@ general_renderer = [ parser = ["dep:size"] [dependencies] -mingling_core = { path = "../mingling_core", default-features = false } -mingling_macros = { path = "../mingling_macros", default-features = false } +mingling_core = { version = "0.1.3", default-features = false } +mingling_macros = { version = "0.1.3", default-features = false } serde = { version = "1.0", features = ["derive"], optional = true } size = { version = "0.5", optional = true } |
