Skip to content

Commit 63106e3

Browse files
committed
bump v0.0.16
1 parent 811ac74 commit 63106e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "graphql-tools"
3-
version = "0.0.15"
3+
version = "0.0.16"
44
edition = "2021"
55
description = "Tools for working with GraphQL in Rust, based on graphql-parser Document."
66
license = "MIT/Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cargo add graphql-tools
3434
- [x] AST tools (ongoing)
3535
- [x] `struct` extensions
3636
- [x] GraphQL Validation engine
37-
- [ ] Validation rules (in-progress)
37+
- [x] Validation rules
3838

3939
> If you have an idea / missing feature, feel free to open an issue / start a GitHub discussion!
4040

0 commit comments

Comments
 (0)