From e4e57a9fa3bea5dc4bc758c2dfbf62f97cfed8e8 Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Wed, 24 Feb 2021 17:38:34 -0500 Subject: [PATCH] switch github deps to mmcxi registry --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1249f63..f636929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,8 +25,8 @@ crossbeam-channel = "0.3" pretty_toa = "1.0.0" signal-hook = { version = "0.1.15", optional = true } -decimal = { git = "https://github.com/jonathanstrong/decimal", branch = "v2.4.x" } -decimal-macros = { git = "https://github.com/jonathanstrong/decimal", branch = "v2.4.x" } +decimal = { version = "2.4.2", registry = "mmcxi" } +decimal-macros = { version = "0.3", registry = "mmcxi" } [features] default = ["string-tags"]