diff --git a/README.md b/README.md index 822de979..14d2122b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ![build](https://img.shields.io/github/actions/workflow/status/mjovanc/njord/ci.yml?branch=master) ![crates.io](https://img.shields.io/crates/v/njord.svg) -[![njord: rustc 1.73+](https://img.shields.io/badge/njord-rustc_1.73+-lightgray.svg)](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html) -[![njord_derive: rustc 1.73+](https://img.shields.io/badge/njord_derive-rustc_1.73+-lightgray.svg)](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html) +[![njord: rustc 1.74+](https://img.shields.io/badge/njord-rustc_1.73+-lightgray.svg)](https://blog.rust-lang.org/2023/10/05/Rust-1.74.0.html) +[![njord_derive: rustc 1.74+](https://img.shields.io/badge/njord_derive-rustc_1.73+-lightgray.svg)](https://blog.rust-lang.org/2023/10/05/Rust-1.74.0.html) A lightweight ORM library for Rust with strong-typed SQL DSL and sequence APIs. diff --git a/njord/Cargo.toml b/njord/Cargo.toml index 199ed756..58fdf298 100644 --- a/njord/Cargo.toml +++ b/njord/Cargo.toml @@ -8,7 +8,7 @@ license = "BSD-3-Clause" documentation = "https://docs.rs/njord/latest/njord/" repository = "https://github.com/mjovanc/njord" readme = "crates-io.md" -rustc = "1.73.0" +rustc = "1.74.0" [dependencies] njord_derive = { version = "0.1.0", optional = true, path = "../njord_derive" } diff --git a/njord_derive/Cargo.toml b/njord_derive/Cargo.toml index 259599fb..d51da91c 100644 --- a/njord_derive/Cargo.toml +++ b/njord_derive/Cargo.toml @@ -8,7 +8,7 @@ license = "BSD-3-Clause" documentation = "https://docs.rs/njord/latest/njord/" repository = "https://github.com/mjovanc/njord" readme = "crates-io.md" -rustc = "1.73.0" +rustc = "1.74.0" [lib] name = "njord_derive"