Skip to content

Commit 95beedd

Browse files
committed
bump MSRV to 1.85
1 parent dd13388 commit 95beedd

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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.84 ]
19+
rust-version: [ stable, beta, nightly, 1.85 ]
2020

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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased (v0.2.0)
22
- BREAKING: `Tcl_DecrRefCount` and `Tcl_IncrRefCount` are now unsafe.
3+
- ADDED: MSRV at 1.85
34
- Added CI
45
- Refactored the build system internally
56

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +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"
15+
rust-version = "1.85"
1616

1717
[workspace.dependencies]
1818
pkg-config = "0.3"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ Under Apache License 2.0 or MIT License, at your will.
4545

4646
## MSRV Policy
4747

48-
Currently: **1.84**
48+
Currently: **1.85**
4949

5050
Any updates to the MSRV are considered breaking changes.

0 commit comments

Comments
 (0)