Skip to content

Commit

Permalink
Remove full feature from garde (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlebran committed Jan 30, 2024
2 parents cec5af2 + 7d6d5e7 commit 6cdf198
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Actix-web garde wrapper"
readme = "README.md"
keywords = ["garde", "actix", "actix-web", "validation"]
categories = ["web-programming"]
version = "0.5.0"
version = "0.5.1"

authors = ["Netwo <oss@netwo.com>"]
edition = "2021"
Expand All @@ -19,7 +19,7 @@ actix-router = "0.5"
actix-web = "4"
derive_more = "0.99"
futures = "0.3"
garde = { version = "0.18", features = ["full"] }
garde = { version = "0.18", features = ["derive", "serde"] }
log = "0.4"
mime = "0.3"
pin-project-lite = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Actix-web wrapper for [garde](https://github.com/jprochazk/garde), a Rust valida
```toml
[dependencies]
garde = "0.18"
garde-actix-web = "0.5.0"
garde-actix-web = "0.5.1"
```

### Usage example
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! ```toml
//! [dependencies]
//! garde = "0.18"
//! garde-actix-web = "0.5.0"
//! garde-actix-web = "0.5.1"
//! ```
//!
//! # Usage example
Expand Down

0 comments on commit 6cdf198

Please sign in to comment.