Skip to content

Commit 012808e

Browse files
authored
Parse select! result type as Type instead of Ident (#38)
* parse as type * add some tests * just `use` all of `syn` * remove Content::Ident * cleanup * cleanup * cleanup * cleanup * MSRV 1.66 * MSRV 1.67 * cleanup * cleanup * tinycode * simplify * compress * impl Parse for ResultType * compress * cleanup
1 parent c5167a6 commit 012808e

File tree

6 files changed

+167
-194
lines changed

6 files changed

+167
-194
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
rust: ["1.70", stable, beta, nightly]
37+
rust: ["1.67.1", stable, beta, nightly]
3838

3939
steps:
4040
- uses: actions/checkout@v4

turbosql-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "MIT OR Apache-2.0 OR CC0-1.0"
55
name = "turbosql-impl"
66
repository = "https://github.com/trevyn/turbosql"
7-
rust-version = "1.70"
7+
rust-version = "1.67"
88
version = "0.9.0"
99

1010
[lib]

0 commit comments

Comments
 (0)