Skip to content

Commit

Permalink
⬆️ Bump sea-orm to origin channel.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Dec 20, 2023
1 parent eabdebf commit 7533231
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ codegen-units = 1
panic = "abort"

[patch.crates-io]
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" }
prokio = { git = "https://github.com/langyo/prokio", branch = "wasi-fix" }
4 changes: 1 addition & 3 deletions examples/guest-side/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ anyhow = "^1"
tokio = { version = "^1", features = ["macros", "rt", "time"] }

sqlparser = "^0.40"
sea-orm = { git = "https://github.com/langyo/sea-orm", branch = "proxy-conn", features = [
"proxy",
] }
sea-orm = { version = "^0.12", features = ["proxy"] }
yew = { version = "^0.21", features = ["ssr"] }
yew-router = "^0.18"
4 changes: 1 addition & 3 deletions examples/host-side/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ serde_json = "^1"
async-std = { version = "^1", features = ["attributes", "tokio1"] }
uuid = "^1"

sea-orm = { git = "https://github.com/langyo/sea-orm", branch = "proxy-conn", features = [
"proxy",
] }
sea-orm = { version = "^0.12", features = ["proxy"] }
gluesql = { version = "^0.15" }
4 changes: 1 addition & 3 deletions packages/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ uuid = { version = "^1", features = [
] }

bcrypt = "^0.15"
sea-orm = { git = "https://github.com/langyo/sea-orm", branch = "proxy-conn", features = [
"proxy",
] }
sea-orm = { version = "^0.12", features = ["proxy"] }
4 changes: 1 addition & 3 deletions packages/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ uuid = "^1"
wit-component = "^0.19"
wasmtime = { version = "^15", features = ["component-model"] }
wasmtime-wasi = "^15"
sea-orm = { git = "https://github.com/langyo/sea-orm", branch = "proxy-conn", features = [
"proxy",
] }
sea-orm = { version = "^0.12", features = ["proxy"] }
gluesql = { version = "^0.15" }

0 comments on commit 7533231

Please sign in to comment.