Skip to content

Commit

Permalink
Warn if a constructor is unused (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Feb 6, 2024
1 parent 7942db9 commit 84131e0
Show file tree
Hide file tree
Showing 42 changed files with 686 additions and 1,427 deletions.
36 changes: 24 additions & 12 deletions examples/realworld/Cargo.lock

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

4 changes: 2 additions & 2 deletions examples/realworld/api_server_sdk/Cargo.toml
Expand Up @@ -12,8 +12,8 @@ conduit_core = { version = "0.1.0", path = "../conduit_core", package = "conduit
http = { version = "1.0.0", package = "http" }
hyper = { version = "1.1.0", package = "hyper" }
jsonwebtoken = { version = "8.3.0", package = "jsonwebtoken" }
matchit = { version = "0.7.3", git = "https://github.com/ibraheemdev/matchit", branch = "master", package = "matchit" }
pavex = { version = "0.1.0", path = "../../../libs/pavex", package = "pavex" }
pavex = { version = "0.1.16", path = "../../../libs/pavex", package = "pavex" }
pavex_matchit = { version = "0.7.4", package = "pavex_matchit" }
sqlx_core = { version = "0.7.3", package = "sqlx-core" }
sqlx_postgres = { version = "0.7.3", package = "sqlx-postgres" }
thiserror = { version = "1.0.56", package = "thiserror" }

0 comments on commit 84131e0

Please sign in to comment.