Skip to content

Commit

Permalink
Update validator
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Dec 19, 2024
1 parent 7e43d65 commit 7bdf5e4
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 5 deletions.
58 changes: 55 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/egui_form/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.4.0

- update egui to 0.30
- update validator to 0.19

## 0.3.0

Expand Down
4 changes: 2 additions & 2 deletions crates/egui_form/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ required-features = ["validator_garde"]
egui.workspace = true

garde = { version = "0.20.0", optional = true }
validator = { version = "0.18.1", optional = true }
validator = { version = "0.19.0", optional = true }

[dev-dependencies]
eframe = { workspace = true, features = ["default"] }

garde = { version = "0.20.0", features = ["email", "derive"] }
validator = { version = "0.18.1", features = ["derive"] }
validator = { version = "0.19.0", features = ["derive"] }

[lints]
workspace = true

0 comments on commit 7bdf5e4

Please sign in to comment.