mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
This commit is contained in:
parent
5f0cfb3a29
commit
dcc574ca60
@ -7,4 +7,8 @@ sycamore = { git = "https://github.com/sycamore-rs/sycamore/", rev = "5d49777b4a
|
||||
sycamore-router = { git = "https://github.com/sycamore-rs/sycamore/", rev = "5d49777b4a66fb5730c40898fd2ee8cde15bcdc3" }
|
||||
# NOTE(jwall): We are maintaining a patch to remove the unstable async_std_feature. It breaks in our project on
|
||||
# Rust v1.64
|
||||
sqlx = { git = "https://github.com/zaphar/sqlx", branch = "remove_unstable_async_std_feature" }
|
||||
sqlx = { git = "https://github.com/zaphar/sqlx", branch = "remove_unstable_async_std_feature" }
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = "s"
|
||||
|
@ -61,7 +61,3 @@ features = [
|
||||
[dependencies.sycamore]
|
||||
version = "0.8.2"
|
||||
features = ["suspense", "serde", "default", ]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
opt-level = "s"
|
||||
|
Loading…
x
Reference in New Issue
Block a user