Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare an alpha version without tokio features #182

Merged
merged 2 commits into from
Aug 11, 2024
Merged

Conversation

cljoly
Copy link
Owner

@cljoly cljoly commented Aug 11, 2024

This cherry picks some changes from #181 and updates the changelog, because these changes can live in the master branch. The intent is for the branch of v1.3.0 Alpha-Without-Tokio 1 to only carry the commits removing the actual feature.

  • docs: update changelog for v1.3.0 Alpha-Without-Tokio 1
  • chore: bump MSRV to 1.77.0

cljoly and others added 2 commits August 11, 2024 12:35
First, CI output first flagged `clap`:

```
error: package `clap v4.5.13` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.70.0
Either upgrade to rustc 1.74 or newer, or use
cargo update -p clap@4.5.13 --precise ver
where `ver` is the latest version of `clap` supporting rustc 1.70.0
Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
```
Then rusqlite 0.32 uses a ructc-feature `c_literal` [commit], which has
been stablized in 1.77.0.

Second, Rust 1.77.0, went out almost 6 months ago at this point, so we
are not going to require a very recent rust version.

Note: Reworded based on this thread: #181 (comment)

[commit] rusqlite/rusqlite@ed7434e
@cljoly cljoly merged commit 20045e1 into master Aug 11, 2024
32 checks passed
@cljoly cljoly deleted the prep-without-tokio branch August 11, 2024 11:51
@cljoly cljoly mentioned this pull request Aug 11, 2024
4 tasks
@coveralls
Copy link

Coverage Status

coverage: 94.03%. remained the same
when pulling d9ff418 on prep-without-tokio
into 66539d7 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants