Skip to content

Commit

Permalink
update shared_memory dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rdfriese committed Aug 26, 2021
1 parent 073c5c5 commit 6e46769
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lamellar"
version = "0.3.0"
version = "0.3.1"
authors = ["Ryan D. Friese <[email protected]>", " Mark V Raugas <[email protected]>", "Roberto Gioiosa <[email protected]>"]
edition = "2018"
description = "Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST."
Expand All @@ -26,7 +26,7 @@ core_affinity = "0.5.9"
rofisys = { version ="0.1.1", optional = true }
log = "0.4"
simple_logger = "1.6.0"
lamellar-impl = { path = "impl", version = "0.3.0" }
lamellar-impl = { path = "impl", version = "0.3.1" }
proc-macro-hack = "0.5"
inventory = "0.1"
serde_closure = { version = "0.1.5", optional = true }
Expand All @@ -35,7 +35,7 @@ async-trait = "0.1.40"
async-std = "1.6.4"
lamellar-prof = {path = "lamellar-prof", version = "0.1.0" }
libc = { version = "0.2.81", optional = true }
shared_memory = { git = "https://github.com/elast0ny/shared_memory-rs" }
shared_memory = "0.12.0"
raw_sync = "0.1"


Expand Down
4 changes: 2 additions & 2 deletions impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lamellar-impl"
version = "0.3.0"
version = "0.3.1"
authors = ["Ryan D. Friese <[email protected]>", " Mark V Raugas <[email protected]>", "Roberto Gioiosa <[email protected]>"]
edition = "2018"
description = "Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST."
Expand All @@ -22,4 +22,4 @@ quote = "1.0"
regex = "1.3"
syn = { version = "1.0", features = ["full","extra-traits","visit-mut"] }
async-trait = "0.1.40"
futures = "0.3"
futures = "0.3"

0 comments on commit 6e46769

Please sign in to comment.