Skip to content

Commit

Permalink
build: update to include openapi and hashes feature of types
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kolstad committed Jan 31, 2023
1 parent bdc7a94 commit bcc2051
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread", "tracing"
tracing = { version = "0.1.37", features = ["log"] }
tracing-opentelemetry = "0.18.0"
tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] }
unleash-types = "0.7.0"
unleash-types = { version = "0.7.0", features = ["openapi", "hashes"] }
unleash-yggdrasil = "0.4.2"

[dev-dependencies]
Expand Down

0 comments on commit bcc2051

Please sign in to comment.