Skip to content

Commit

Permalink
Min version 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach committed Dec 22, 2022
1 parent d337860 commit 7e7619b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@

**Project details:**
[![LoC](https://tokei.rs/b1/github/stanislav-tkach/os_info)](https://github.com/stanislav-tkach/os_info)
![Rust 1.31+ required](https://img.shields.io/badge/rust-1.41+-blue.svg?label=Required%20Rust)
![Rust 1.60+ required](https://img.shields.io/badge/rust-1.41+-blue.svg?label=Required%20Rust)

## Overview

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ keywords = ["cli", "os", "os_type", "os_version", "os_info"]
categories = ["command-line-interface", "os"]
license = "MIT"
edition = "2018"
rust-version = "1.31"
rust-version = "1.60"

[[bin]]
name = "os_info"
Expand Down
2 changes: 1 addition & 1 deletion os_info/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ keywords = ["os", "os_type", "os_version", "os_info"]
categories = ["os"]
license = "MIT"
edition = "2018"
rust-version = "1.31"
rust-version = "1.60"

[features]
default = ["serde"]
Expand Down

0 comments on commit 7e7619b

Please sign in to comment.