Skip to content

Commit

Permalink
📌 Cargo.toml dependencies must specify a version.
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGariepy committed Apr 20, 2022
1 parent d394aa9 commit 2128019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["postgresql", "query", "generator", "sql", "tokio-postgres"]
members = ["examples/basic", "cornucopia_client"]

[dependencies]
cornucopia_client = { path = "cornucopia_client" }
cornucopia_client = "0.1.0"
tokio = { version = "1.17.0", features = ["full"] }
deadpool-postgres = { version = "0.10.2" }
tokio-postgres = { version = "0.7.5", features = [
Expand Down

0 comments on commit 2128019

Please sign in to comment.