Skip to content

Commit

Permalink
Handle different behavior of EdgeDB v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Dec 29, 2023
1 parent eb62b6a commit 9e78e49
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ validify = "1.0.11"
nonzero = "0.2.0"

[patch.crates-io]
edgedb-derive = { git = "https://github.com/edgedb/edgedb-rust.git", rev = "60309cf" }
edgedb-errors = { git = "https://github.com/edgedb/edgedb-rust.git", rev = "60309cf" }
edgedb-protocol = { git = "https://github.com/edgedb/edgedb-rust.git", rev = "60309cf" }
edgedb-tokio = { git = "https://github.com/edgedb/edgedb-rust.git", rev = "60309cf" }
edgedb-derive = { git = "https://github.com/hongquan/edgedb-rust.git", branch = "fix/object-encoding" }
edgedb-errors = { git = "https://github.com/hongquan/edgedb-rust.git", branch = "fix/object-encoding" }
edgedb-protocol = { git = "https://github.com/hongquan/edgedb-rust.git", branch = "fix/object-encoding" }
edgedb-tokio = { git = "https://github.com/hongquan/edgedb-rust.git", branch = "fix/object-encoding" }

[build-dependencies]
crate-git-revision = "0.0.6"
4 changes: 2 additions & 2 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "bunx --bun vite",
"lint": "eslint --ext .ts,.vue src",
"build": "vue-tsc --noEmit && vite build",
"build": "bunx --bun vue-tsc --noEmit && bunx --bun vite build",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit 9e78e49

Please sign in to comment.