diff --git a/Cargo.toml b/Cargo.toml index 0276d7f0..7013009d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,17 @@ [workspace] members = ["contracts/*", "packages/*"] +resolver = "2" + +[profile.release] +codegen-units = 1 +debug = false +debug-assertions = false +incremental = false +lto = true +opt-level = 3 +overflow-checks = true +panic = 'abort' +rpath = false [workspace.dependencies] cosmwasm-schema = "1.5.3" diff --git a/contracts/okp4-cognitarium/Cargo.toml b/contracts/okp4-cognitarium/Cargo.toml index fbc3ae8e..cdd78a7f 100644 --- a/contracts/okp4-cognitarium/Cargo.toml +++ b/contracts/okp4-cognitarium/Cargo.toml @@ -16,17 +16,6 @@ exclude = [ [lib] crate-type = ["cdylib", "rlib"] -[profile.release] -codegen-units = 1 -debug = false -debug-assertions = false -incremental = false -lto = true -opt-level = 3 -overflow-checks = true -panic = 'abort' -rpath = false - [dependencies] blake3 = "1.5.1" cosmwasm-schema.workspace = true diff --git a/contracts/okp4-dataverse/Cargo.toml b/contracts/okp4-dataverse/Cargo.toml index 772c107c..4e61cb28 100644 --- a/contracts/okp4-dataverse/Cargo.toml +++ b/contracts/okp4-dataverse/Cargo.toml @@ -16,17 +16,6 @@ exclude = [ [lib] crate-type = ["cdylib", "rlib"] -[profile.release] -codegen-units = 1 -debug = false -debug-assertions = false -incremental = false -lto = true -opt-level = 3 -overflow-checks = true -panic = 'abort' -rpath = false - [dependencies] base64 = "0.22.0" bs58 = "0.5.1" diff --git a/contracts/okp4-law-stone/Cargo.toml b/contracts/okp4-law-stone/Cargo.toml index 9daf79ac..3cd7f58f 100644 --- a/contracts/okp4-law-stone/Cargo.toml +++ b/contracts/okp4-law-stone/Cargo.toml @@ -16,17 +16,6 @@ exclude = [ [lib] crate-type = ["cdylib", "rlib"] -[profile.release] -codegen-units = 1 -debug = false -debug-assertions = false -incremental = false -lto = true -opt-level = 3 -overflow-checks = true -panic = 'abort' -rpath = false - [dependencies] cosmwasm-schema.workspace = true cosmwasm-std.workspace = true diff --git a/contracts/okp4-objectarium/Cargo.toml b/contracts/okp4-objectarium/Cargo.toml index cc009489..16d46c5c 100644 --- a/contracts/okp4-objectarium/Cargo.toml +++ b/contracts/okp4-objectarium/Cargo.toml @@ -16,17 +16,6 @@ exclude = [ [lib] crate-type = ["cdylib", "rlib"] -[profile.release] -codegen-units = 1 -debug = false -debug-assertions = false -incremental = false -lto = true -opt-level = 3 -overflow-checks = true -panic = 'abort' -rpath = false - [dependencies] base16ct = { version = "0.2.0", features = ["alloc"] } bs58 = "0.5.1"