diff --git a/Cargo.toml b/Cargo.toml index 166ae4ae7d..9644d94590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,2 @@ [workspace] -members = [ - "src/compiler/typescript_to_rust/canister", - "src/compiler/typescript_to_rust/canister_methods", -] +members = ["src/compiler/rust/canister", "src/compiler/rust/canister_methods"] diff --git a/examples/basic_bitcoin/dfx.json b/examples/basic_bitcoin/dfx.json index 90adb26a1b..923ca7922e 100644 --- a/examples/basic_bitcoin/dfx.json +++ b/examples/basic_bitcoin/dfx.json @@ -10,8 +10,7 @@ "declarations": { "output": "test/dfx_generated/basic_bitcoin", "node_compatibility": true - }, - "opt_level": "1" + } } } } diff --git a/examples/ledger_canister/dfx.json b/examples/ledger_canister/dfx.json index 2f35777a9b..194d60daef 100644 --- a/examples/ledger_canister/dfx.json +++ b/examples/ledger_canister/dfx.json @@ -12,8 +12,7 @@ "output": "test/dfx_generated/ledger_canister", "node_compatibility": true }, - "env": ["ICP_CANISTER_PRINCIPAL"], - "opt_level": "1" + "env": ["ICP_CANISTER_PRINCIPAL"] }, "icp_ledger": { "type": "custom", diff --git a/examples/plugins/dfx.json b/examples/plugins/dfx.json index 6b8b662aea..c57e1fa2c7 100644 --- a/examples/plugins/dfx.json +++ b/examples/plugins/dfx.json @@ -10,8 +10,7 @@ "declarations": { "output": "test/dfx_generated/plugins", "node_compatibility": true - }, - "opt_level": "1" + } } } } diff --git a/examples/simple_user_accounts/dfx.json b/examples/simple_user_accounts/dfx.json index 2a8df43d87..cefa047694 100644 --- a/examples/simple_user_accounts/dfx.json +++ b/examples/simple_user_accounts/dfx.json @@ -8,7 +8,6 @@ "candid": "src/index.did", "wasm": ".azle/simple_user_accounts/simple_user_accounts.wasm", "gzip": true, - "opt_level": "1", "declarations": { "output": "test/dfx_generated/simple_user_accounts", "node_compatibility": true