Browse Source

Fix `_pthread_rwlock_timedrdlock` link error on macOS

tags/v0.2.0-candidate
Philipp Oppermann 2 years ago
parent
commit
63dd2ff03d
Failed to extract signature
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libraries/shared-memory-server/Cargo.toml

+ 2
- 1
libraries/shared-memory-server/Cargo.toml View File

@@ -10,6 +10,7 @@ license = "Apache-2.0"
eyre = "0.6.8"
serde = { version = "1.0.152", features = ["derive"] }
shared_memory = "0.12.0"
raw_sync = "0.1.5"
# TODO use upstream release once https://github.com/elast0ny/raw_sync-rs/pull/29 is merged
raw_sync = { git = "https://github.com/cameronelliott/raw_sync-rs.git" }
bincode = "1.3.3"
tracing = "0.1.37"

Loading…
Cancel
Save