diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-07-05 13:00:42 -0400 |
---|---|---|
committer | David Sherret <dsherret@users.noreply.github.com> | 2022-07-05 14:24:40 -0400 |
commit | 1cc59e6c5c01efa72f6e7e1c6d0388b5782cf662 (patch) | |
tree | af04e497723f35aaf89b412733d08747799bb8d8 /core | |
parent | 9d061c9e68301ad2487e5594fd0341026af409e4 (diff) |
chore: unpin pin project to fix cargo publish (#15085)
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 1aa8e4e94..06072da69 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -21,7 +21,7 @@ libc = "0.2.126" log = "0.4.16" once_cell = "1.10.0" parking_lot = "0.12.0" -pin-project = "1.0.10" +pin-project = "1.0.11" serde = { version = "1.0.136", features = ["derive"] } serde_json = { version = "1.0.79", features = ["preserve_order"] } serde_v8 = { version = "0.53.0", path = "../serde_v8" } |