Skip to content

Commit

Permalink
Updating rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Nov 20, 2023
1 parent 3c48d30 commit 4592a4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion njord/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion njord_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4592a4c

Please sign in to comment.