From fe0e2c10bbf0280f507880d2792aadd606ed9cec Mon Sep 17 00:00:00 2001 From: Raul Victor Trombin Date: Mon, 8 Jul 2024 12:45:32 -0300 Subject: [PATCH] Cargo: Update to newer navigator-rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c26263657..e966592b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] cpy-binder = "1.0" libc = "0.2" pyo3 = { version = "0.18", features = ["extension-module", "abi3-py39"], optional = true } -navigator-rs = { version = "0.3.2" } +navigator-rs = { version = "0.4.0" } rand = "0.8" lazy_static = "1.4.0"