From 8cf3a9a07f75fed08644fa6c7a50b34e67c44475 Mon Sep 17 00:00:00 2001 From: Raul Victor Trombin Date: Fri, 1 Mar 2024 10:15:31 -0300 Subject: [PATCH] Cargo: Freeze navigator-rs version 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e4bbce38..d32fc2434 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.0" } +navigator-rs = { version = "=0.3.0" } rand = "0.8" lazy_static = "1.4.0"