From 98570f9ad0b7b12b2258ced10deb31ba4da9286b Mon Sep 17 00:00:00 2001 From: nishuzumi <2300206764@qq.com> Date: Sun, 24 Mar 2024 15:43:15 +0800 Subject: [PATCH] chore: update v0.1.4 --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5789a78..b1c2312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,14 @@ license = "AGPL-3" [workspace] members = ['atomicals-electrumx'] +[profile.ci-dev] +incremental = false +inherits = "dev" + +[profile.ci-release] +inherits = "release" +lto = true + [build-dependencies] # crates.io vergen = { version = "8.3", features = ["build", "cargo", "git", "gitcl"] }