Skip to content

Commit

Permalink
Fix logic for resolution (#356)
Browse files Browse the repository at this point in the history
get_project_dir -> get_project_path
  • Loading branch information
mmastrac authored Nov 4, 2024
1 parent 97b03f2 commit 7fd932b
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 203 deletions.
1 change: 1 addition & 0 deletions edgedb-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ futures-util = "0.3.21"
miette = { version = "7.2.0", features = ["fancy"] }
edgedb-errors = { path = "../edgedb-errors", features = ["miette"] }
test-utils = { git = "https://github.com/edgedb/test-utils.git" }
tempfile = "3.13.0"

[features]
default = ["derive", "env"]
Expand Down
Loading

0 comments on commit 7fd932b

Please sign in to comment.