Skip to content

Commit

Permalink
Update Cargo.tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed Jan 27, 2022
1 parent 063a97e commit fefd4c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa"
description = "Compile time rest API documentation for Rust"
version = "0.1.0"
version = "0.1.0-beta.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand All @@ -27,7 +27,7 @@ serde_json = "1.0.68"
rust-embed = { version = "6.2.0", optional = true, features = ["interpolate-folder-path"] }
actix-web = { version = "3.3.2", optional = true }
mime_guess = { version = "2.0.3", optional = true }
utoipa-gen = { path = "./utoipa-gen" }
utoipa-gen = { version = "0.1.0-beta.0", 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"
version = "0.1.0-beta.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/juhaku/utoipa"
Expand Down

0 comments on commit fefd4c3

Please sign in to comment.