From 986b633bc670da1e211d8d6400a58fc0ddaf41af Mon Sep 17 00:00:00 2001 From: Chad Baker Date: Wed, 26 Jul 2023 11:14:39 -0600 Subject: [PATCH] more flexible version spec --- rust/fastsim-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/fastsim-core/Cargo.toml b/rust/fastsim-core/Cargo.toml index 6cdb054b..568a878b 100644 --- a/rust/fastsim-core/Cargo.toml +++ b/rust/fastsim-core/Cargo.toml @@ -10,7 +10,7 @@ readme = "../../README.md" repository = "https://github.com/NREL/fastsim" [dependencies] -proc-macros = { package = "fastsim-proc-macros", version = "0.1.2" } +proc-macros = { package = "fastsim-proc-macros", version = "~0" } pyo3 = { workspace = true, features = [ "extension-module", "anyhow",