Skip to content

Commit

Permalink
Update swagger-ui utoipa reference version
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Apr 4, 2022
1 parent 4a9b436 commit ef5583c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utoipa-swagger-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa-swagger-ui"
description = "Swagger UI for utoipa"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ debug = []
rust-embed = { version = "6.3", features = ["interpolate-folder-path"] }
mime_guess = { version = "2.0" }
actix-web = { version = "4", optional = true }
utoipa = { version = "0.1.0-rc2", path = "..", default-features = false, features = [] }
utoipa = { version = "0.1.0", path = "..", default-features = false, features = [] }

[package.metadata.docs.rs]
features = ["actix-web"]

0 comments on commit ef5583c

Please sign in to comment.