From 1a3ec431cd3017084ab60fdc7844fe8207d7f2e4 Mon Sep 17 00:00:00 2001
From: Andy Pack <andy@sarsoo.xyz>
Date: Mon, 17 Feb 2025 00:33:56 +0000
Subject: [PATCH] fixing getrandom version for crate publishing

---
 finlib/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/finlib/Cargo.toml b/finlib/Cargo.toml
index 115bda5..a318566 100644
--- a/finlib/Cargo.toml
+++ b/finlib/Cargo.toml
@@ -19,7 +19,7 @@ ndarray-stats = { workspace = true }
 nalgebra = { workspace = true }
 statrs = { workspace = true }
 log = { workspace = true }
-getrandom = "*"
+getrandom = "~0"
 
 [features]
 py = ["dep:pyo3"]