From ee62921d0723ebbb8c50127ad42fed25c984c5f9 Mon Sep 17 00:00:00 2001 From: Chris Seymour Date: Mon, 13 May 2024 10:55:51 +0100 Subject: [PATCH] proc-macro2 1.0.82 --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8bdb39f..5aab3cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,6 +16,8 @@ ndarray = { version = "0.15.3", features = ["serde"] } pyo3 = { version = "0.14", features = ["extension-module"], optional = true } numpy = { version = "0.14.1", optional = true } +proc-macro2 = "1.0.82" + # wasm build wasm-bindgen = { version = "0.2.50", features = ["serde-serialize"] } getrandom = { version = "0.2", features = ["js"] }