Skip to content

Commit

Permalink
Use Git version for EdgeDB libs
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Dec 28, 2023
1 parent 69d1623 commit 767bd29
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,11 @@ validify = "1.0.11"
[dev-dependencies]
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" }

[build-dependencies]
crate-git-revision = "0.0.6"

0 comments on commit 767bd29

Please sign in to comment.