Skip to content

Commit

Permalink
depend on gdc_rust_types repo, not local dir
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Sep 18, 2023
1 parent 76b25e3 commit 7603f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion rust-connector-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ tracing-subscriber = { version = "^0.3", default-features = false, features = [
] }
url = "2.4.1"
uuid = "^1.3.4"
gdc_rust_types = { path = "../../gdc_rust_types" }
gdc_rust_types = { git = "https://github.com/hasura/gdc_rust_types", rev = "bc57c40" }
indexmap = "^1"

0 comments on commit 7603f34

Please # to comment.