Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronErhardt committed Oct 25, 2024
1 parent e1ca6e7 commit d889507
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-governor"
version = "0.6.0"
version = "0.7.0"
authors = ["Aaron Erhardt <[email protected]>"]
edition = "2021"
description = "A rate-limiting middleware for actix-web backed by the governor crate"
Expand All @@ -19,9 +19,9 @@ governor = "0.7.0"
log = { version = "0.4", optional = true }

[dev-dependencies]
actix-rt = "2.8"
actix-rt = "2.10"
actix-web = { version = "4", features = ["macros"] }
serde = { version = "1.0.174", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }

[features]
logger = ["log"]

0 comments on commit d889507

Please sign in to comment.