Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 7028482

Browse files
author
Matteo Biggio
committed
Bump Rust minimum required version to 1.51.0
1 parent 3b154eb commit 7028482

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- stable
1818
- beta
1919
- nightly
20-
- "1.48.0"
20+
- "1.51.0"
2121
conf:
2222
- { name: "atk", features: "v2_34", nightly: "--all-features", test_sys: true }
2323
- { name: "cairo", features: "png,pdf,svg,ps,use_glib,v1_16,freetype,script,xcb,xlib,win32-surface", nightly: "--features 'png,pdf,svg,ps,use_glib,v1_16,freetype,script,xcb,xlib,win32-surface'", test_sys: true }
@@ -119,7 +119,7 @@ jobs:
119119
- stable
120120
- beta
121121
- nightly
122-
- "1.48.0"
122+
- "1.51.0"
123123
steps:
124124
- uses: actions/checkout@v2
125125
- uses: actions-rs/toolchain@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ information about each crate, please refer to their `README.md` file in their di
88

99
## Minimum supported Rust version
1010

11-
Currently, the minimum supported Rust version is `1.48.0`.
11+
Currently, the minimum supported Rust version is `1.51.0`.
1212

1313
## Documentation
1414

atk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ __Rust__ bindings and wrappers for __Atk__, part of [gtk-rs](https://github.com/
55

66
## Minimum supported Rust version
77

8-
Currently, the minimum supported Rust version is `1.48.0`.
8+
Currently, the minimum supported Rust version is `1.51.0`.
99

1010
## Documentation
1111

cairo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ __Rust__ bindings for Rust and wrappers for __Cairo__.
66

77
## Minimum supported Rust version
88

9-
Currently, the minimum supported Rust version is `1.48.0`.
9+
Currently, the minimum supported Rust version is `1.51.0`.
1010

1111
## Documentation
1212

gdk-pixbuf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ __Rust__ bindings and wrappers for __Gdk-Pixbuf__.
44

55
## Minimum supported Rust version
66

7-
Currently, the minimum supported Rust version is `1.48.0`.
7+
Currently, the minimum supported Rust version is `1.51.0`.
88

99
## Documentation
1010

gdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ __Rust__ bindings and wrappers for __GDK__, part of [gtk-rs](https://github.com/
44

55
## Minimum supported Rust version
66

7-
Currently, the minimum supported Rust version is `1.48.0`.
7+
Currently, the minimum supported Rust version is `1.51.0`.
88

99
## Documentation
1010

gdkx11/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ __Rust__ bindings and wrappers for __GDKX11__, part of [gtk-rs](https://github.c
44

55
## Minimum supported Rust version
66

7-
Currently, the minimum supported Rust version is `1.48.0`.
7+
Currently, the minimum supported Rust version is `1.51.0`.
88

99
## Documentation
1010

gio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ __Rust__ bindings and wrappers for __GIO__, part of [gtk-rs](https://github.com/
44

55
## Minimum supported Rust version
66

7-
Currently, the minimum supported Rust version is `1.48.0`.
7+
Currently, the minimum supported Rust version is `1.51.0`.
88

99
## Documentation
1010

glib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ __Rust__ bindings and wrappers for __GLib__, part of [gtk-rs](https://github.com
44

55
## Minimum supported Rust version
66

7-
Currently, the minimum supported Rust version is `1.48.0`.
7+
Currently, the minimum supported Rust version is `1.51.0`.
88

99
## Documentation
1010

graphene/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ __Rust__ bindings and wrappers for __Graphene__, part of [gtk-rs](https://github
44

55
## Minimum supported Rust version
66

7-
Currently, the minimum supported Rust version is `1.48.0`.
7+
Currently, the minimum supported Rust version is `1.51.0`.
88

99
## Documentation
1010

gtk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ __Rust__ bindings and wrappers for __GTK 3__, part of [gtk-rs](https://github.co
66

77
## Minimum supported Rust version
88

9-
Currently, the minimum supported Rust version is `1.48.0`.
9+
Currently, the minimum supported Rust version is `1.51.0`.
1010

1111
## Building
1212

pango/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ __Rust__ bindings and wrappers for __Pango__, part of [gtk-rs](https://github.co
44

55
## Minimum supported Rust version
66

7-
Currently, the minimum supported Rust version is `1.48.0`.
7+
Currently, the minimum supported Rust version is `1.51.0`.
88

99
## Documentation
1010

pangocairo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ __Rust__ bindings and wrappers for __PangoCairo__, part of [gtk-rs](https://gith
44

55
## Minimum supported Rust version
66

7-
Currently, the minimum supported Rust version is `1.48.0`.
7+
Currently, the minimum supported Rust version is `1.51.0`.
88

99
## Documentation
1010

0 commit comments

Comments
 (0)