Skip to content

Commit

Permalink
📌 Use original version of sea-orm.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Oct 2, 2024
1 parent 431b6e1 commit dfdcab3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ tairitsu-database = { git = "https://github.com/celestia-island/tairitsu" }

anyhow = "^1"
async-trait = "^0.1"
derive_more = "*"
derive_more = { version = "^1", features = ["full"] }
once_cell = "^1"

base64 = "^0.22"
bytes = "^1"
chrono = { version = "^0.4", features = ["serde", "unstable-locales"] }
futures = "^0.3"
cfg-if = "^1"

serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
Expand Down Expand Up @@ -68,7 +69,9 @@ wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "^0.4"
gloo = "^0.11"

sled = "^0.34"
sea-orm = "^1"
worker = "^0.3"

image = { version = "^0.25", features = ["gif", "jpeg", "png", "webp"] }
webp = "^0.3"
webp-animation = "^0.9"
Expand All @@ -77,4 +80,3 @@ webp-animation = "^0.9"
yew = { git = "https://github.com/langyo/yew", branch = "wasi-support-test" }
yew-router = { git = "https://github.com/langyo/yew", branch = "wasi-support-test" }
stylist = { git = "https://github.com/langyo/stylist-rs", branch = "wasi-support" }
sea-orm = { git = "https://github.com/langyo/sea-orm.git", branch = "async-proxy-conn" }

0 comments on commit dfdcab3

Please sign in to comment.