Skip to content

Commit 94a6d3b

Browse files
committed
Remove the cranelift features
1 parent faaabb9 commit 94a6d3b

File tree

16 files changed

+0
-219
lines changed

16 files changed

+0
-219
lines changed

Cargo.lock

Lines changed: 0 additions & 136 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/burner/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ panic = 'abort'
2525
incremental = false
2626
overflow-checks = true
2727

28-
[features]
29-
# Add feature "cranelift" to default if you need 32 bit or ARM support
30-
default = []
31-
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
32-
cranelift = ["cosmwasm-vm/cranelift"]
33-
34-
3528
[dependencies]
3629
cosmwasm-schema = { path = "../../packages/schema" }
3730
cosmwasm-std = { path = "../../packages/std", features = [

contracts/crypto-verify/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ panic = 'abort'
2222
incremental = false
2323
overflow-checks = true
2424

25-
[features]
26-
# Add feature "cranelift" to default if you need 32 bit or ARM support
27-
default = []
28-
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
29-
cranelift = ["cosmwasm-vm/cranelift"]
30-
3125
[dependencies]
3226
base64 = "0.22.0"
3327
cosmwasm-schema = { path = "../../packages/schema" }

contracts/cyberpunk/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ panic = 'abort'
2020
incremental = false
2121
overflow-checks = true
2222

23-
[features]
24-
# Add feature "cranelift" to default if you need 32 bit or ARM support
25-
default = []
26-
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
27-
cranelift = ["cosmwasm-vm/cranelift"]
28-
2923
[dependencies]
3024
cosmwasm-schema = { path = "../../packages/schema" }
3125
cosmwasm-std = { path = "../../packages/std", default-features = false, features = [

contracts/empty/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ panic = 'abort'
2222
incremental = false
2323
overflow-checks = true
2424

25-
[features]
26-
# Add feature "cranelift" to default if you need 32 bit or ARM support
27-
default = []
28-
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
29-
cranelift = ["cosmwasm-vm/cranelift"]
30-
3125
[dependencies]
3226
cosmwasm-schema = { path = "../../packages/schema" }
3327
cosmwasm-std = { path = "../../packages/std", features = ["iterator"] }

contracts/floaty/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ panic = 'abort'
2222
incremental = false
2323
overflow-checks = true
2424

25-
[features]
26-
# Add feature "cranelift" to default if you need 32 bit or ARM support
27-
default = []
28-
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
29-
cranelift = ["cosmwasm-vm/cranelift"]
30-
3125
[dependencies]
3226
cosmwasm-schema = { path = "../../packages/schema" }
3327
cosmwasm-std = { path = "../../packages/std" }

contracts/hackatom/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ panic = 'abort'
2222
incremental = false
2323
overflow-checks = true
2424

25-
[features]
26-
# Add feature "cranelift" to default if you need 32 bit or ARM support
27-
default = []
28-
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
29-
cranelift = ["cosmwasm-vm/cranelift"]
30-
3125
[dependencies]
3226
cosmwasm-schema = { path = "../../packages/schema" }
3327
cosmwasm-std = { path = "../../packages/std", default-features = false, features = [

contracts/ibc-callbacks/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ panic = 'abort'
2222
incremental = false
2323
overflow-checks = true
2424

25-
[features]
26-
default = []
27-
# Use cranelift backend instead of singlepass.
28-
cranelift = ["cosmwasm-vm/cranelift"]
29-
3025
[dependencies]
3126
cosmwasm-schema = { path = "../../packages/schema" }
3227
cosmwasm-std = { path = "../../packages/std", features = [

contracts/ibc-reflect-send/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ panic = 'abort'
2222
incremental = false
2323
overflow-checks = true
2424

25-
[features]
26-
# Add feature "cranelift" to default if you need 32 bit or ARM support
27-
default = []
28-
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
29-
cranelift = ["cosmwasm-vm/cranelift"]
30-
3125
[dependencies]
3226
cosmwasm-schema = { path = "../../packages/schema" }
3327
cosmwasm-std = { path = "../../packages/std", features = [

contracts/ibc-reflect/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ panic = 'abort'
2222
incremental = false
2323
overflow-checks = true
2424

25-
[features]
26-
# Add feature "cranelift" to default if you need 32 bit or ARM support
27-
default = []
28-
# Use cranelift backend instead of singlepass. This is required for development on 32 bit or ARM machines.
29-
cranelift = ["cosmwasm-vm/cranelift"]
30-
3125
[dependencies]
3226
cosmwasm-schema = { path = "../../packages/schema" }
3327
cosmwasm-std = { path = "../../packages/std", features = [

0 commit comments

Comments
 (0)