From 98de8b63375d168fac56263fd944c30f4bbd193a Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Tue, 1 Nov 2022 11:22:06 +0100 Subject: Switch to Crates.io version of passwordmaker-rs --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index dbfee90..6762ff2 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -12,7 +12,7 @@ unicode-segmentation = "1.10.0" mockall_double = "0.2" ripemd = {version = "0.1.3", features = ["std"] } passwordmaker_macros = { path = "../rust_macro" } -passwordmaker-rs = { git = "https://github.com/soulsource/passwordmaker-rs.git", branch="main" } +passwordmaker-rs = { version = "0.1" } # Need to pin proc-macro2 to version 1.0.43. Newer versions are incompatible with Rust 1.52 proc-macro2 = "=1.0.43" -- cgit v1.2.3