Skip to content

Commit

Permalink
update msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
ValiuchenkoVladyslav committed Dec 6, 2024
1 parent 67c33b1 commit 26fa98a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ Feel free to open an issue, discuss using GitHub discussions or open a PR.
[See CONTRIBUTING.md](https://github.com/Aleph-Alpha/ts-rs/blob/main/CONTRIBUTING.md)

### MSRV
The Minimum Supported Rust Version for this crate is 1.80.0
The Minimum Supported Rust Version for this crate is 1.74.1

License: MIT
2 changes: 1 addition & 1 deletion ts-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = [
"web-programming",
]
readme = "../README.md"
rust-version = "1.80.0"
rust-version = "1.74.1"

[features]
chrono-impl = ["chrono"]
Expand Down
2 changes: 1 addition & 1 deletion ts-rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
//! [See CONTRIBUTING.md](https://github.com/Aleph-Alpha/ts-rs/blob/main/CONTRIBUTING.md)
//!
//! ## MSRV
//! The Minimum Supported Rust Version for this crate is 1.80.0
//! The Minimum Supported Rust Version for this crate is 1.74.1
use std::{
any::TypeId,
Expand Down

0 comments on commit 26fa98a

Please sign in to comment.