From be5a81c400812fbd2e041328f3c3f3526a436c93 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 12 Feb 2025 12:48:42 +0000 Subject: [PATCH] remove patches --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c041932..e9eec7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ name = "tree_traverser" crate-type = ["cdylib"] path = "./src/rust/lib.rs" -[patch.'https://github.com/ecmwf/rsfdb'] -rsfdb = { path = "../rsfdb" } +# [patch.'https://github.com/ecmwf/rsfdb'] +# rsfdb = { path = "../rsfdb" } -[patch.'https://github.com/ecmwf-projects/rsfindlibs'] -rsfindlibs = { path = "../rsfindlibs" } \ No newline at end of file +# [patch.'https://github.com/ecmwf-projects/rsfindlibs'] +# rsfindlibs = { path = "../rsfindlibs" } \ No newline at end of file