Skip to content

Commit

Permalink
chore: bump msrv to 1.80 to match Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
amtep committed Feb 20, 2025
1 parent 9be8824 commit b4f333e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install msrv toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.75.0
toolchain: 1.80.0

- name: Get version
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: 1.75
toolchain: 1.80

- name: tiger-lib msrv
run: cargo check
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description = "Library used by the tools ck3-tiger, vic3-tiger, and imperator-ti
homepage = "https://github.com/amtep/ck3-tiger"
repository = "https://github.com/amtep/ck3-tiger"
readme = "README.md"
rust-version = "1.75"
rust-version = "1.80"

[features]
default = ["ck3"]
Expand Down
2 changes: 1 addition & 1 deletion ck3-tiger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/amtep/ck3-tiger"
readme = "../README.md"
keywords = [ "ck3", "linter", "mods", "validator", "paradox" ]
categories = ["command-line-utilities", "development-tools", "game-development"]
rust-version = "1.75"
rust-version = "1.80"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion imperator-tiger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/amtep/ck3-tiger"
readme = "../README.md"
keywords = ["imperator", "rome", "mods", "validator", "paradox"]
categories = ["command-line-utilities", "development-tools", "game-development"]
rust-version = "1.75"
rust-version = "1.80"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion tiger-bin-shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Shared binary library for ck3-tiger, vic3-tiger, and imperator-ti
homepage = "https://github.com/amtep/ck3-tiger"
repository = "https://github.com/amtep/ck3-tiger"
readme = "../README.md"
rust-version = "1.75"
rust-version = "1.80"

[dependencies]
tiger-lib = { path = "..", version = "1.5.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Utilities for maintaining tiger-lib"
homepage = "https://github.com/amtep/ck3-tiger"
repository = "https://github.com/amtep/ck3-tiger"
readme = "../README.md"
rust-version = "1.75"
rust-version = "1.80"
publish = false

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion vic3-tiger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/amtep/ck3-tiger"
readme = "../README.md"
keywords = ["victoria3", "vic3", "linter", "mods", "validator"]
categories = ["command-line-utilities", "development-tools", "game-development"]
rust-version = "1.75"
rust-version = "1.80"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit b4f333e

Please sign in to comment.