Skip to content

Commit

Permalink
Update MSRV due to sqlx RawSql addition
Browse files Browse the repository at this point in the history
  • Loading branch information
bobozaur committed Mar 15, 2024
1 parent a7dce3e commit 468f175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: ["main"]

env:
RUST_TOOLCHAIN: 1.70.0
RUST_TOOLCHAIN: 1.74.0
EXASOL_VERSION: 7.0.22
NUM_NODES: 2
ETL_TEST_THREADS: 4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
A database driver for Exasol to be used with the Rust [sqlx](https://github.com/launchbadge/sqlx) framework, based on the Exasol [Websocket API](https://github.com/exasol/websocket-api).
Inspired by [Py-Exasol](https://github.com/exasol/pyexasol) and based on the (now archived) [rust-exasol](https://github.com/bobozaur/rust-exasol) sync driver.

**MSRV**: `1.70`
**MSRV**: `1.74`

## Note
>The crate's version resembles the `sqlx` version it is based on so that managing dependencies is simpler.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! A database driver for Exasol to be used with the Rust [sqlx](https://github.com/launchbadge/sqlx) framework.
//!
//! **MSRV**: `1.70`
//! **MSRV**: `1.74`
//!
//! ## Crate Features flags
//! * `etl` - enables the usage ETL jobs without TLS encryption.
Expand Down

0 comments on commit 468f175

Please sign in to comment.