This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix `_pthread_rwlock_timedrdlock` link error on macOS
tags/v0.2.0-candidate
Philipp Oppermann
2 years ago
parent
67976d2c41
commit
63dd2ff03d
Failed to extract signature
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
Cancel
Save