From c12eb456be7cf5e183ef2b34812060ee2ed08a8a Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Mon, 12 Dec 2022 10:43:53 -0300 Subject: Initial work on using LtPtr + selfref update --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cde21f6..9f1325e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,8 @@ nightly_tests = ["dep:selfref"] [dependencies] libc = "0.2" impl_trait = "0.1" -ltptr = "0.1.2" -selfref = { version = "0.1.3", optional = true } +ltptr = "0.1.5" +selfref = { version = "0.4.0", optional = true } + +[patch.crates-io] +ltptr = { path = "/home/soniex2/git/selfhosted/rust.ltptr/" } -- cgit 1.4.1