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

Commit

Permalink
Update rust version to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jul 21, 2023
1 parent 3db7b37 commit 41d7fec
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- stable
- beta
- nightly
- "1.65.0"
- "1.70.0"
conf:
- { name: "atk", features: "v2_34", test_sys: false } # disable for now, until we get 2.38 on the docker image
- { name: "gdk", features: "v3_24", test_sys: true }
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- stable
- beta
- nightly
- "1.65.0"
- "1.70.0"
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ information about each crate, please refer to their `README.md` file in their di

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.63.0`.
Currently, the minimum supported Rust version is `1.70.0`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion atk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["atk", "gtk-rs", "gnome", "accessibility"]
repository = "https://github.com/gtk-rs/gtk3-rs"
exclude = ["gir-files/*"]
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"

[lib]
name = "atk"
Expand Down
2 changes: 1 addition & 1 deletion atk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ATK __2.28__ is the lowest supported version for the underlying library.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.63.0`.
Currently, the minimum supported Rust version is `1.70.0`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion atk/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ name = "atk-sys"
repository = "https://github.com/gtk-rs/gtk3-rs"
version = "0.18.0"
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
Expand Down
2 changes: 1 addition & 1 deletion gdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = [
"gir-files/*",
]
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"

[lib]
name = "gdk"
Expand Down
2 changes: 1 addition & 1 deletion gdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GDK __3.22__ is the lowest supported version for the underlying library.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.63.0`.
Currently, the minimum supported Rust version is `1.70.0`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion gdk/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ name = "gdk-sys"
repository = "https://github.com/gtk-rs/gtk3-rs"
version = "0.18.0"
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
Expand Down
2 changes: 1 addition & 1 deletion gdkwayland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "gdkwayland"
readme = "README.md"
repository = "https://github.com/gtk-rs/gtk3-rs"
version = "0.18.0"
rust-version = "1.65"
rust-version = "1.70"

[features]
v3_24 = ["ffi/v3_24", "gdk/v3_24"]
Expand Down
2 changes: 1 addition & 1 deletion gdkwayland/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GDK3-Wayland __3.22__ is the lowest supported version for the underlying library

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.63.0`.
Currently, the minimum supported Rust version is `1.70.0`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion gdkwayland/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "gdkwayland-sys"
repository = "https://github.com/gtk-rs/gtk3-rs"
version = "0.18.0"
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"

[lib]
name = "gdk_wayland_sys"
Expand Down
2 changes: 1 addition & 1 deletion gdkx11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Rust bindings for the GDK X11 library"
repository = "https://github.com/gtk-rs/gtk3-rs"
exclude = ["gir-files/*"]
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"

[lib]
name = "gdkx11"
Expand Down
2 changes: 1 addition & 1 deletion gdkx11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GDKX11 __3.22__ is the lowest supported version for the underlying library.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.63.0`.
Currently, the minimum supported Rust version is `1.70.0`.

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion gdkx11/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "gdkx11-sys"
version = "0.18.0"
build = "build.rs"
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
Expand Down
2 changes: 1 addition & 1 deletion gtk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/gtk-rs/gtk3-rs"
build = "build.rs"
exclude = ["gir-files/*"]
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"

[lib]
name = "gtk"
Expand Down
2 changes: 1 addition & 1 deletion gtk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GTK __3.22.30__ is the lowest supported version for the underlying library.

## Minimum supported Rust version

Currently, the minimum supported Rust version is `1.63.0`.
Currently, the minimum supported Rust version is `1.70.0`.

## Building

Expand Down
2 changes: 1 addition & 1 deletion gtk/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["gtk", "ffi", "gtk-rs", "gnome"]
license = "MIT"
repository = "https://github.com/gtk-rs/gtk3-rs"
edition = "2021"
rust-version = "1.65"
rust-version = "1.70"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
Expand Down
2 changes: 1 addition & 1 deletion gtk3-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = [
"gir-files/*",
"src/composite_template.ui"
]
rust-version = "1.65"
rust-version = "1.70"

[lib]
proc-macro = true
Expand Down

0 comments on commit 41d7fec

Please sign in to comment.