Skip to content

Commit 189624c

Browse files
committed
fix: inherit workspace settings in lessvm-solana crate
1 parent 359ca64 commit 189624c

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

lessvm-solana/Cargo.toml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "lessvm-solana"
3-
version = "0.1.0"
4-
edition = "2021"
5-
description = "Optimized LessVM implementation for Solana"
6-
authors = ["LessVM Team"]
3+
version.workspace = true
4+
edition.workspace = true
5+
authors.workspace = true
76
license = "Apache-2.0"
7+
description = "Optimized LessVM implementation for Solana"
88

99
[lib]
1010
crate-type = ["cdylib", "lib"]
@@ -41,15 +41,3 @@ solana-program-test = "1.17"
4141
solana-sdk = "1.17"
4242
tokio = { version = "1.32", features = ["full"] }
4343
criterion = "0.5"
44-
45-
[profile.release]
46-
opt-level = 3
47-
overflow-checks = true
48-
lto = "fat"
49-
codegen-units = 1
50-
panic = "abort"
51-
52-
[profile.release.build-override]
53-
opt-level = 3
54-
incremental = false
55-
codegen-units = 1

0 commit comments

Comments
 (0)