From 71dc693994d42f66557ff5daef0b8af3768bb724 Mon Sep 17 00:00:00 2001 From: cvauclair Date: Tue, 3 Dec 2024 16:53:22 -0500 Subject: [PATCH] fix: rig-derive version (#138) --- rig-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rig-core/Cargo.toml b/rig-core/Cargo.toml index 9bfa96e7..978dd1dc 100644 --- a/rig-core/Cargo.toml +++ b/rig-core/Cargo.toml @@ -23,7 +23,7 @@ futures = "0.3.29" ordered-float = "4.2.0" schemars = "0.8.16" thiserror = "1.0.61" -rig-derive = { path = "./rig-core-derive", optional = true } +rig-derive = { version = "0.1.0", path = "./rig-core-derive", optional = true } glob = "0.3.1" lopdf = { version = "0.34.0", optional = true }