Skip to content

Commit

Permalink
Update crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Feb 14, 2022
1 parent 6df7ff1 commit 515c10f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde_json = { version = "1.0", optional = true }
rust-embed = { version = "6.3", optional = true, features = ["interpolate-folder-path"] }
actix-web = { version = "3.3", optional = true }
mime_guess = { version = "2.0", optional = true }
utoipa-gen = { version = "0.1.0-beta.1", path = "./utoipa-gen" }
utoipa-gen = { version = "0.1.0-beta.2", path = "./utoipa-gen" }

[dev-dependencies]
paste = "1.0.6"
Expand Down
2 changes: 1 addition & 1 deletion utoipa-gen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa-gen"
description = "Code generation implementation for utoipa"
version = "0.1.0-beta.1"
version = "0.1.0-beta.2"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/juhaku/utoipa"
Expand Down

0 comments on commit 515c10f

Please sign in to comment.