Skip to content

Commit dd13388

Browse files
committed
Set MSRV at 1.84
1 parent 0d477a7 commit dd13388

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ macos-latest, ubuntu-latest, windows-latest ]
19-
rust-version: [ stable, beta, nightly, 1.77 ]
19+
rust-version: [ stable, beta, nightly, 1.84 ]
2020

2121
steps:
2222
- uses: actions/checkout@v4

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ repository = "https://github.com/arihant2math/tkinter.git"
1212
version = "0.2.0"
1313
license = "Apache-2.0 OR MIT"
1414
include = ["**/*"]
15+
rust-version = "1.84"
1516

1617
[workspace.dependencies]
1718
pkg-config = "0.3"

shared-build/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ edition.workspace = true
44
authors.workspace = true
55
readme.workspace = true
66
repository.workspace = true
7+
rust-version.workspace = true
78
version.workspace = true
89
license.workspace = true
910
include.workspace = true

tcl-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include.workspace = true
77
license.workspace = true
88
readme.workspace = true
99
repository.workspace = true
10+
rust-version.workspace = true
1011
version.workspace = true
1112

1213
description = "Raw TCL bindings for Rust"

tk-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include.workspace = true
77
license.workspace = true
88
readme.workspace = true
99
repository.workspace = true
10+
rust-version.workspace = true
1011
version.workspace = true
1112

1213
description = "Raw TK bindings for Rust"

0 commit comments

Comments
 (0)