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