Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fixed duplicate packages in Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
anpin committed Apr 23, 2023
1 parent 72518cd commit 3048bd9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
19 changes: 4 additions & 15 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ askama = "0.11.1"
pgx-tests = "0.6.1"

# from e2e workspace
test-generator = { git = "https://github.com/JamesGuthrie/test-generator" }
test-generator = "0.3.1"
test-common = { path = "./test-common" }
2 changes: 1 addition & 1 deletion sql-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dev-dependencies]
insta = "1.14.0"
test-generator = "0.3.0"
test-generator = "0.3.1"
test-common = { path = "../test-common" }
pgtap-parse = { path = "../pgtap-parse" }

Expand Down

0 comments on commit 3048bd9

Please sign in to comment.