From f932542c935c31b9e649be6d8f64b39ffb86e457 Mon Sep 17 00:00:00 2001 From: "Ryan D. Friese" Date: Fri, 15 Nov 2024 21:46:26 -0800 Subject: [PATCH] update cargo.toml to v0.7.0 --- Cargo.toml | 6 +++--- impl/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9b01f3e..e9285b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "lamellar" -version = "0.7.0-rc.1" +name = "lamellar" +version = "0.7.0" authors = ["Ryan D. Friese ", "Roberto Gioiosa ", "Joseph Cottam ","Greg Roek ","Erdal Mutlu "] edition = "2021" description = "Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST." @@ -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" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index cc9339f..150c5c8 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ -[package] +[package] name = "lamellar-impl" -version = "0.7.0-rc.1" +version = "0.7.0" authors = ["Ryan D. Friese ", "Roberto Gioiosa ", "Joseph Cottam ","Greg Roek ","Erdal Mutlu "] edition = "2021" description = "Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST."