File tree 2 files changed +14
-2
lines changed 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Visit
4
4
5
- This crate contains a procedural macro that can automatically derive implementations of the ` Visit ` trait
5
+ This crate contains a procedural macro that can automatically derive
6
+ implementations of the ` Visit ` trait in the [ sqlparser] ( https://crates.io/crates/sqlparser ) crate
6
7
7
8
``` rust
8
9
#[derive(Visit )]
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ $ cargo install cargo-release
31
31
$ cargo release minor --push-remote upstream
32
32
```
33
33
34
- After verifying, you can rerun with `--execute` if all looks good.
34
+ After verifying, you can rerun with `--execute` if all looks good.
35
35
You can add `--no-push` to stop before actually publishing the release.
36
36
37
37
`cargo release` will then:
@@ -56,3 +56,14 @@ $ cargo install cargo-release
56
56
4. Check that the new version of the crate is available on crates.io:
57
57
https://crates.io/crates/sqlparser
58
58
59
+
60
+ ## `sqlparser_derive` crate
61
+
62
+ Currently this crate is manually published via `cargo publish`.
63
+
64
+ crates.io homepage: https://crates.io/crates/sqlparser_derive
65
+
66
+ ```shell
67
+ cd derive
68
+ cargo publish
69
+ ```
You can’t perform that action at this time.
0 commit comments