From 7e8ba63abc0053d37b1b1d126eec9e0fdca5f46b Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Thu, 26 Oct 2023 00:04:36 -0400 Subject: [PATCH] release 6.9.0-rc.6 patches (#67) --- .cargo/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index a693f2994..b8a5253cc 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,8 @@ +[env] +# set coin name for diem dependencies +RUST_DIEM_COIN_MODULE = "gas_coin" +RUST_DIEM_COIN_NAME = "LibraCoin" + [target.'cfg(target_os = "linux")'] # Dramatically increases the link performance for the eventbus rustflags = ["-C", "link-arg=-fuse-ld=lld"] # sudo apt -y install lld