We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166acff commit 0824f23Copy full SHA for 0824f23
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
- Support `filter` expression for query and scan.
11
You can pass `filter_expression` like following.
12
+- Use tokio@1.17.0
13
14
``` rust
15
let filter = Scan::filter_expression(Scan::num()).eq(1000);
0 commit comments