changed opt-level, updated compat date
This commit is contained in:
parent
f7368f6219
commit
0dcc61196f
|
@ -21,6 +21,4 @@ wasm-bindgen = "0.2"
|
|||
wasm-bindgen-test = "0.3"
|
||||
|
||||
[profile.release]
|
||||
# Tell `rustc` to optimize for small code size.
|
||||
opt-level = "s"
|
||||
lto = true
|
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@ workers_dev = true
|
|||
kv_namespaces = [
|
||||
{ binding = "KV", id = "974c0967a84e415daa054bbbcc7f80c6", preview_id = "cfcc6491f3484cbca664913836635113" }
|
||||
]
|
||||
compatibility_date = "2022-04-13"
|
||||
compatibility_date = "2022-04-30"
|
||||
|
||||
# [secrets]
|
||||
# ARL
|
Loading…
Reference in New Issue