Skip to content

Commit

Permalink
update cargo.toml to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdfriese committed Nov 16, 2024
1 parent 5138f1a commit f932542
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.7.0-rc.1"
name = "lamellar"
version = "0.7.0"
authors = ["Ryan D. Friese <[email protected]>", "Roberto Gioiosa <[email protected]>", "Joseph Cottam <[email protected]>","Greg Roek <[email protected]>","Erdal Mutlu <[email protected]>"]
edition = "2021"
description = "Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST."
Expand All @@ -12,7 +12,7 @@ keywords = ["hpc","runtime","pgas","distributed","asynchronous"]
categories = ["asynchronous","concurrency", "network-programming","science"]

[dependencies]
lamellar-impl = { version = "0.7.0-rc.1", path = "impl" }
lamellar-impl = { version = "0.7.0", path = "impl" }
rofisys = { version ="0.4", optional = true }
#rofisys = {git = "https://github.com/pnnl/rofi-sys.git", branch = "master", optional = true}
inventory = "0.3"
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]
[package]
name = "lamellar-impl"
version = "0.7.0-rc.1"
version = "0.7.0"
authors = ["Ryan D. Friese <[email protected]>", "Roberto Gioiosa <[email protected]>", "Joseph Cottam <[email protected]>","Greg Roek <[email protected]>","Erdal Mutlu <[email protected]>"]
edition = "2021"
description = "Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST."
Expand Down

0 comments on commit f932542

Please sign in to comment.