Skip to content

Commit

Permalink
bump quork proc version in quork
Browse files Browse the repository at this point in the history
  • Loading branch information
jewlexx committed Dec 11, 2024
1 parent fffd3fd commit 0b5e952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ members = ["quork-proc"]
cfg-if = "1.0"
lock_api = { version = "0.4", optional = true }
parking_lot = { version = "0.12", optional = true }
quork-proc = { version = "0.3", path = "quork-proc", optional = true }
quork-proc = { version = "0.4", path = "quork-proc", optional = true }
spin = { version = "0.9", optional = true }
thiserror = { version = "2.0" }

Expand Down

0 comments on commit 0b5e952

Please sign in to comment.