Skip to content

Commit

Permalink
chore: bump version to 16.2 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephLenton authored and Joseph Lenton committed Dec 14, 2024
1 parent 9e30475 commit 7a5e83b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "axum-test"
authors = ["Joseph Lenton <josephlenton@gmail.com>"]
version = "16.1.0"
version = "16.2.0"
rust-version = "1.75"
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -58,7 +58,7 @@ pretty_assertions = { version = "1.4", optional = true }
serde_yaml = { version = "0.9", optional = true }

# Shuttle
shuttle-axum = { version = "0.48.0", optional = true }
shuttle-axum = { version = "0.48", optional = true }

# MsgPack
rmp-serde = { version = "1.3", optional = true }
Expand All @@ -85,7 +85,7 @@ futures-util = "0.3"
local-ip-address = "0.6"
regex = "1.10"
serde-email = { version = "3.1", features = ["serde"] }
shuttle-axum = "0.48.0"
shuttle-runtime = "0.48.0"
shuttle-axum = "0.48"
shuttle-runtime = "0.48"
tokio = { version = "1.40", features = ["rt", "rt-multi-thread", "sync", "time", "macros"] }
tower-http = { version = "0.5", features = ["normalize-path"] }

0 comments on commit 7a5e83b

Please sign in to comment.