Skip to content

Commit

Permalink
fix: rig-derive version
Browse files Browse the repository at this point in the history
  • Loading branch information
cvauclair committed Dec 3, 2024
1 parent 4f63d1a commit c523985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit c523985

Please sign in to comment.