Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Nov 24, 2024
1 parent 0468c09 commit 9011655
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diary_app_rust"
version = "0.11.0"
version = "0.11.1"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions diary_app_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diary_app_api"
version = "0.11.0"
version = "0.11.1"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
async-trait = "0.1"
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.0"}
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.1"}
aws-config = {version="1.1", features=["behavior-version-latest"]}
diary_app_lib = {path = "../diary_app_lib"}
dioxus = "0.5"
Expand Down Expand Up @@ -37,7 +37,7 @@ tokio = {version="1.40", features=["time"]}
uuid = "1.0"

[dev-dependencies]
auth_server_http = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.0"}
auth_server_lib = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.0"}
auth_server_http = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.1"}
auth_server_lib = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.1"}
env_logger = {version="0.11", features=["color", "humantime", "regex"], default-features = false}
reqwest = {version="0.12", features=["cookies", "json", "rustls-tls", "stream"], default-features = false}
2 changes: 1 addition & 1 deletion diary_app_bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diary_app_bot"
version = "0.11.0"
version = "0.11.1"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion diary_app_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diary_app_lib"
version = "0.11.0"
version = "0.11.1"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 9011655

Please sign in to comment.