From c7eb1d513dcbe4261519917f2449e24ca3c03389 Mon Sep 17 00:00:00 2001 From: Raul Victor Trombin Date: Mon, 25 Mar 2024 19:30:51 -0300 Subject: [PATCH] Cargo: Navigator-rs version 0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 222d2f89c..918efd886 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.1" } +navigator-rs = { version = "0.3.2" } rand = "0.8" lazy_static = "1.4.0"