Skip to content

Commit

Permalink
fix: rig-derive version (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvauclair authored Dec 3, 2024
1 parent 4f63d1a commit 71dc693
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 71dc693

Please sign in to comment.