Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAwiteb committed Feb 15, 2023
1 parent d7567b4 commit b89fd91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [ ".", "migration", "entity"]

[package]
name = "restful_todo"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false
description = "A RESTful API for a todo list, written in Rust."
Expand Down Expand Up @@ -31,7 +31,7 @@ hex = "= 0.4.3"
utoipa = { version = "= 2.3.0", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "= 2.0.1", features = ["actix-web"] }
actix-extensible-rate-limit = {version = "= 0.2.1", default-features = false, features = ["dashmap"]}
uuid = {version = "1.3.0", features = ["serde", "v4"]}
uuid = {version = "= 1.3.0", features = ["serde", "v4"]}

[dev-dependencies]
actix-http = "= 3.2.2"
Expand Down

0 comments on commit b89fd91

Please sign in to comment.